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?