1. DiabloV
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 29 November 2017
  5.  Subscribe via email
how to space blog posts ?
References
  1. http://mauricedoerr.com/blog
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Could you please detail what you mean by 'space' blog posts?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
make a space between each items
Attachments (1)
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To edit try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS) (edit to taste)...

.blog .items-leading > div {
margin-bottom: 60px;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
it's not quite the desired effect. each article should be detached from the other.
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

How would you like to detach your blog items?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
it would be necessary that each article remains in its color as here, but that one sees well the bottom between each article.
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
a bit like this site
Attachments (1)
References
  1. http://gef-molsheim.org/
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

Try replacing the suggested CSS with the following...

.blog .items-leading > div {
margin-bottom: 40px;
background-color: white;
padding: 20px;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
GREAT !!!!!!!! :D
  1. more than a month ago
  2. Commercial Templates
  3. # 9
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!