How do i reduce the size of the content width in Sela theme?
-
Hi please help. Would like to reduce the content width in Sela theme. Kindly assist me with the code.
The blog I need help with is: (visible only to logged in users)
-
Hi, there are two things that need to be reduced. First is the max-width set in .site, the overall container around the content, and the second is the width of .content-area, which contains the post/page content. Add the following and reduce the two widths by the same amount. In other words, if you wish to reduce the content by 200px, reduce the max-width of .site by the same amount.
.site { max-width: 1180px; } .content-area { width: 765px; } -
-
- The topic ‘How do i reduce the size of the content width in Sela theme?’ is closed to new replies.