Remove white space first blogpost

GK User
Mon Nov 17, 2014 10:27 pm
Hello,

On a test site I am trying the Game Template with the lastest Joomla 3.x. The site is not online yet, but if it helps I can put it up to show the error. I decided to make a blog (no K2) and the first post is now displayed with a large space in front off it.

If I change the code for the section article first child to margin-left: -200px; the problem is fixed, but all other articles are now displayed outside the border of my content area.

Code: Select all
section article:first-child{
    margin-top: 0;
   margin-left: -200px;
}


What I want to archieve is to have the strange white space removed in the first category blog page, see image.

Who knows how this can be changed?
User avatar
Gold Boarder

teitbite
Wed Nov 19, 2014 2:59 pm
Hi

Will it be possible to see it somewhere ? Maybe our demo, if not please upload it to an online server so I'll be able to see what can be done.
User avatar
Moderator

GK User
Wed Nov 19, 2014 7:06 pm
Put the site temp online, check here:
http://robbyvanderzande.nl/portfolio/te ... sberichten

Let me know as soon as you had a look so I can put it in offline modus and finish it...
User avatar
Gold Boarder

teitbite
Thu Nov 20, 2014 2:27 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.itemBlock {
    margin: 0;
}
User avatar
Moderator

GK User
Thu Nov 20, 2014 4:31 pm
Thx, not sure why I couldn't find it with Firebug... Many thanks!
User avatar
Gold Boarder

teitbite
Sun Nov 23, 2014 11:15 am
Hi

No ptoblem, glad I could help :)
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.