Hi,
It's a responsive template. So the width is in percentage.
When you make the window smaller, the element (left side menu) will become smaller too.
Chaging the % will most likely mess up other parts of the template.
What you can do is add 'white-space: nowrap;' to the <a> element, like:
This will force the text to stay on one line.
The result would be:
Pre Qualification Form - No Credit Check
via Joomla! http://ift.tt/1r5PaGu
It's a responsive template. So the width is in percentage.
When you make the window smaller, the element (left side menu) will become smaller too.
Chaging the % will most likely mess up other parts of the template.
What you can do is add 'white-space: nowrap;' to the <a> element, like:
Code:
.item-263 a{white-space:nowrap;}
This will force the text to stay on one line.
The result would be:
Pre Qualification Form - No Credit Check
Statistics: Posted by sander_v_bergen — Thu Jul 17, 2014 9:00 am
via Joomla! http://ift.tt/1r5PaGu
No comments:
Post a Comment