<em>@frodojrr 197381 wrote:</em><blockquote>How do I change the width of the left and right columns for JA Teline III?
I’m having difficulty figuring out the CSS. I would like to reduce some of the padding in the columns and make the main content area a bit wider.
Site is http://www.enewspf.com
Thank you!</blockquote>
Hi,
Open file templates/ja_teline_iii/css/layout.css
Find this code:
div.ja-moduletable, div.moduletable, div.ja-module, div.module {
/* for side columns and spotlight, we only need to add margin or padding to Module */
padding-left: 15px;
padding-right: 15px;
}
Then adjust the padding values to fit your wishing.