Is there an easy way to move the logo to the left a bit? When I get it to the size that I want, it bleeds over the main Menu.
Adjusting logo position
8 posts from 2 voices-
Posted 8 months ago #
-
Hi evanrigs25,
Try to add this code in your Quick CSS or custom.css:
#top .bg-logo a { margin-left: -20px; }or
#top .bg-logo a { margin-left: -20px !important; }Just adjust the value. Hope this helps. :)
Regards,
IsmaelPosted 8 months ago # -
I copy > Pasted it to the quick css section, but it doesnt seem to move it at all.
Posted 8 months ago # -
Hi evanrigs25,
Can you give me a link to your site?
Regards,
IsmaelPosted 8 months ago # -
upstageusa.com
Posted 8 months ago # -
Hi evanrigs25,
I think the logo is too big, even if move it to the left, it would still overlap the menu (or farther left, it would look messy). Let's shrink the size of the logo instead, try adding this code in your Quick CSS or custom.css:
#top .logo img { max-width: 390px; }or
#top .logo img { max-width: 390px !important; }Just adjust the max-width value. Hope this helps. :)
Regards,
IsmaelPosted 8 months ago # -
Worked perfectly, thank you so much.
Posted 8 months ago # -
Hi,
Good thing it worked.
Regards,
IsmaelPosted 8 months ago #
Topic Closed
This topic has been closed to new replies.














