Hi I'd like to move the logo above the navigation buttons. The default logo is 210 x 90px I think or close to it. I'd like it to be the full width (I think 960) by 100px height. I'd also like the nav buttons to be aligned all the way to the left so they can stretch the entire width and fit more buttons. Can you help with this? Thank you!!
Move logo above nav
4 posts from 3 voices-
Posted 8 months ago #
-
Hi,
Please add this to the very end of your style.css file
.nav { position: relative; right: -20px; top: 55px; } #top .logo, .logo a { height: 90px; width: 210px; left: 8px; top: -11px; }I positioned the menu and logo how you wanted. Take a look, and tweak those numbers to your liking.
Thanks,
Nick
Posted 8 months ago # -
Thank you!
Posted 8 months ago # -
Hey,
Glad it worked.
Regards,
IsmaelPosted 8 months ago #
Topic Closed
This topic has been closed to new replies.














