white space in heading

Support desk for Villa Belluci Joomla Hotel Template
GK User
Sun May 08, 2016 3:31 pm
hi,

i have a little problem, i have always this white space in my page, and i would like to remove it.
how can i do this?

Thanks,
Tom
User avatar
Fresh Boarder

teitbite
Thu May 12, 2016 8:10 am
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
Thu May 12, 2016 4:28 pm
User avatar
Fresh Boarder

teitbite
Fri May 13, 2016 10:50 am
Hi

I'm not sure why You have an empty header in this place. Please check if this can be removed in content or if You are using it in any other place. If not than simply hide it with css:

Code: Select all
.blog-page > .header { display: none; }
User avatar
Moderator

GK User
Tue May 24, 2016 6:45 pm
hi,

i used the code, but now, it's only solved in my homepage and not in my other pages.

thanks,
Tom
User avatar
Fresh Boarder

teitbite
Sun May 29, 2016 11:11 am
Hi

Website is offline, so I'm not able to check the problem. Please send me an access to it.
User avatar
Moderator

GK User
Tue May 31, 2016 5:12 pm
hi,

the site is now online.
User avatar
Fresh Boarder

teitbite
Fri Jun 03, 2016 11:12 am
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkPageContent {
    padding-top: 80px;
}
User avatar
Moderator


cron