News 2 Logo - How to Center

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Sep 08, 2016 9:07 pm
Reply with quote
Report this post
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
User avatar
Junior Boarder

teitbite
Sat Sep 10, 2016 8:40 am
Reply with quote
Report this post
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.
User avatar
Moderator

GK User
Mon Sep 12, 2016 3:05 pm
Reply with quote
Report this post
The site is www.valleyreporter.com

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.
User avatar
Junior Boarder

teitbite
Wed Sep 14, 2016 8:46 am
Reply with quote
Report this post
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;
}
User avatar
Moderator

GK User
Thu Sep 15, 2016 10:01 pm
Reply with quote
Report this post
Thanks.
Well I must have messed something up as I lost the image all together using CSS. I opted for the logo as image option for now. I am guessing I did something to a style layout or template. But even after replacing with clean files it does not go back. Will have to give a go later tonight my time.
Thanks,
JEff



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;
}
User avatar
Junior Boarder

teitbite
Sun Sep 18, 2016 10:13 am
Reply with quote
Report this post
Hi

Looks ok now, just too many options in menu is pushing icons below. Try add this to override.css to make menu boxes smaller:

Code: Select all
.gkMenu > ul > li > a {
    padding: 0 15px;
}
User avatar
Moderator


cron