Hi everyone,
Does anybody know how i could allow logo in brandnav section to be bigger?
(I found this but no real answer in it).
Hope someone can help me, thanks!
Best Answer catrina , 06 March 2013 - 06:15 PM
You'll need to change the width with CSS. To find the Custom CSS you need, you'll need to use Firebug (or Chrome Development tools). To learn how to use Firebug for CSS customizations, please review this entire documentation and follow the instructions: http://support.pagelines.me/docs/customization/custom-css. For further insight about the width property, please see tthis documentation: http://www.w3schools.com/cssref/pr_dim_width.asp.
Go to the full post
Posted 06 March 2013 - 06:15 PM Best Answer
You'll need to change the width with CSS. To find the Custom CSS you need, you'll need to use Firebug (or Chrome Development tools). To learn how to use Firebug for CSS customizations, please review this entire documentation and follow the instructions: http://support.pagelines.me/docs/customization/custom-css. For further insight about the width property, please see tthis documentation: http://www.w3schools.com/cssref/pr_dim_width.asp.
Posted 07 March 2013 - 10:31 AM
Thanks catrina, i'll take a look to those links!