Gap in article top

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Wed Jun 26, 2013 7:18 am
Hi

How do i remove the gap in the article top please see attached file
User avatar
Junior Boarder

GK User
Wed Jun 26, 2013 8:07 am
File didn't attached, please post it again.
User avatar
Moderator

GK User
Fri Jun 28, 2013 3:12 pm
Apparently I can't attach an image

Please see this link:

http://lyoness-guide.dk.web11.redhost.dk/lyonessguide.jpg
Image

I would like to remove the blank space in the top of the article.

When inspecting the page i see the gap is created by following:

Code: Select all
<header>
<ul>
</ul>
</header
User avatar
Junior Boarder

GK User
Fri Jun 28, 2013 5:18 pm
Could You post an url to your site (or PM me it?)
User avatar
Moderator

GK User
Mon Jul 01, 2013 8:24 am
It seems like some additional enabled in joomla affects correct display (they all comes from joomla.css).

Please edit: /templates/gk_music/css/override.css and add at its end:
Code: Select all
article header {margin-bottom: 0px;}
article header ul {margin-bottom: 0px;}
.content-links {margin-bottom: 0px}


This should hide all unnecessary spaces.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Mon Jul 01, 2013 8:29 am
That worked - THX ;)
User avatar
Junior Boarder


cron