Space between menu and main page!

Dedicated support forum for CloudHost elegant bosting WordPress theme which is perfect for your business and hosting websites. Here you can ask questions and discuss with other theme users.
GK User
Wed May 07, 2014 11:49 am
Again I face strange problem with a space (between the main menu and main content) that appears only in inner pages when i remove the widget from top bar.
In frontpage everything seems normal.
Please see the image below:

Image
User avatar
Junior Boarder

GK User
Wed May 07, 2014 12:16 pm
Could You please post an url to your site?
User avatar
Moderator

GK User
Wed May 07, 2014 12:31 pm
I prefer to send you a pm with my url. Is that ok?
User avatar
Junior Boarder

GK User
Wed May 07, 2014 6:17 pm
Please send me a PM with:
1. URL to your website
2. link to this thread
User avatar
Moderator

GK User
Wed May 07, 2014 7:27 pm
p.m send!
User avatar
Junior Boarder

GK User
Thu May 08, 2014 6:17 pm
Please edit: wp-content/themes/CloudHost/css/override.css
Code: Select all
#gk-head.gk-no-menu {
padding-top: 30px;
}

Remember to enable "Use the override.css file" in theme settings (item in admin menu, under comments section, advanced tab).
User avatar
Moderator

GK User
Thu May 08, 2014 9:40 pm
When i put the code above all the pages seems to be ok except the frontpage, where there is no space between the main menu and the main title.
If i put this: padding-top: 65px; and make a small change to my frontpage it seems everything fine.
User avatar
Junior Boarder

GK User
Sat May 10, 2014 12:52 pm
You might bring back homepage spacing adding this to override.css:
Code: Select all
.home #gk-head.gk-no-menu {
   padding-top: 120px;
}
User avatar
Moderator


cron