Hello,
Is it possible to get the logo to be centered in the News_2_ template, as it is in the InStyle template?
Thanks,
Jeff
teitbite wrote:Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
#gkLogo,
#gkLogoSmall {
float: none;
margin-left: auto;
margin-right: auto;
}
teitbite wrote:Please add this code to override.css and make sure override is enabled in template settings.
- Code: Select all
#gkLogo,
#gkLogoSmall {
float: none;
margin-left: auto;
margin-right: auto;
}
.gkMenu > ul > li > a {
padding: 0 15px;
}