I am in the process of customizing Broadscope and need a main column width for blog posts of 620px. Is it possible to do this and reduce the left column width?
Column widths
4 posts from 3 voices-
Posted 1 year ago #
-
Hey,
in your style.css the blog post width is defined by the .four_fifth class.
.four_fifth { display: inline; float: left; margin-left: 4%; overflow-x: hidden; overflow-y: hidden; position: relative; width: 74%; }You can adjust this value to either a percentage (x%) or to 620px.
The left sidebar can be adjusted by changing the .one_fifth class percentage value or you can change it to a pixel value if you'd like.
The width of the left "date" sidebar and the blogpost combined can be changed by editing the .grid9 class.You should keep in mind that changing these values will alter every piece of content using these classes. If this is a problem please do say so, the next step takes some more time to explain but it is certainly possible.
Posted 1 year ago # -
Sweet. Thank you Chris!
Posted 1 year ago # -
Glad that Chris could help you :)
Posted 1 year ago #
Topic Closed
This topic has been closed to new replies.














