Vertical Alignment Issues with top menu and logo

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Fri Aug 16, 2013 2:01 pm
In the Theme Branding section->Theme logo type. When I chose Text Logo or Image Logo from the drop down menu, the result on the page is that it shifts the alignment of the search box/right menu down so that it doesn't align properly with the new logo the same way it did with the StoreBox logo. Is there a fix for this?? Thanks

joseph
User avatar
Gold Boarder

GK User
Fri Aug 16, 2013 7:19 pm
Hi,

I answered you here:
https://www.gavick.com/forums/storebox- ... 28104.html

If you are using Image Logo uploaded by the Theme Branding options use this code in override.css file
Code: Select all
a.imageLogo img {
   margin-bottom: -40px;
}

and customize margin-top, margin-bottom rules, because images may be in differend dimensions, and that's why you have to customize margins.
User avatar
Moderator


cron