gaasg

Well-Known Member
Hi, how exactly can i increase the logo size on edge theme?

The only way I manage to get it at the correct size is if I i go to [xb] header and navigation and disable Enable Logo in Navigation which I don't really like.

any advice?
 
Edge is a little unique with the navigation setup. Try this in your extra.css:

Code:
.XenBase .navTabs .navTab.xbNavLogo .navLink
{
    margin-top: -15px;
    margin-bottom: -15px;
    height: 80px;
    line-height: 80px;
}
.XenBase .xbNavLogo img {
    max-height: 65px;
}
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back