1. KChev
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 07 February 2019
  5.  Subscribe via email
I wish to reduce the top and bottom padding of the articles in the site I'm building with Amelia. I've searched for a way to do this with no success. Can you provide some custom code or tell me where to adjust in CSS? Thanks very much.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.maincontent {
padding-top: 20px;
padding-bottom: 20px;
}


Edit to taste.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


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