1. SCF
  2. Commercial Templates
  3. Tuesday, 17 June 2014
  4.  Subscribe via email
Hi,

I want to change the width of the template.
Goal:
5% on the left side are "free", 5% on the right side are "free" -> so 90% are my "content-area".

so how can I change the margin (left, right) for the whole site?
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Presuming I understand you correctly you could try adding something like the following to the Custom CSS field of your templates parameters where 50px is the new left and right padding to the article/component area of your template...


.maincontent {
padding-left: 50px;
padding-right: 50px;
}


CiarĂ¡n
  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!