Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

White space between feature articles - custom styling

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi

I wonder if you know if there's some custom css styling I can use to increase the white space between featured articles. See here:

quirkality.com/

Thanks!

Jeremy
  • Jeremy Stangroom's Avatar
  • Jeremy Stangroom
  • 12 Month basic
  • 61 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
Hi

Try working with this - you just need to change the value 3em as required

div[itemprop="blogPost"] {
margin-bottom: 3em;
}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: Jeremy Stangroom
Thanks!

Just what was required!

Best,

Jeremy
  • Jeremy Stangroom's Avatar
  • Jeremy Stangroom
  • 12 Month basic
  • 61 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
You're welcome

Just in case you are not familiar - this is an attribute selector

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Not familiar, just reading about them now!

I don't suppose it drills down further? (It would be nice - but by no means essential - for the final leading featured article to have a smaller space).

Thanks again.

Jeremy
  • Jeremy Stangroom's Avatar
  • Jeremy Stangroom
  • 12 Month basic
  • 61 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
Hi Jeremy,

This should work

.blog-featured [itemprop="blogPost"]:last-child

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: Jeremy Stangroom
Perfect!

You're a star!

Thanks.
  • Jeremy Stangroom's Avatar
  • Jeremy Stangroom
  • 12 Month basic
  • 61 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
You're welcome

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers