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.
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?
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?
-
- 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.
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.
-
- 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...
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...
-
- 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;
}
-
- Moderator
- GK User
- Thu Nov 20, 2014 4:31 pm
Thx, not sure why I couldn't find it with Firebug... Many thanks!
-
- Gold Boarder
- teitbite
- Sun Nov 23, 2014 11:15 am
Hi
No ptoblem, glad I could help
No ptoblem, glad I could help
-
- Moderator
6 posts
• Page 1 of 1