Home › Support › Themes Forum › Title Bar (or is it header) Precious Lite Pro
I have Precious Lite Pro.
I would like to change the height or the width of the header (it’s where my site title and menu appears) at the top – above the sliders. How can I do this?
Any help would be appreciated.
Thanks, Dave
Editor -> style.css -> line 121
from .header{position:absolute; z-index:999; width:100%; height:auto; padding:12px 0;}
to .header{position:absolute; z-index:999; width:100%; height:10em; padding:12px 0;}
Hi
Does it works ?
Thank You