How to change width of middle colum in 3 col layout


Author Message
Annette

Posted: 9/16/2014
Quote message 

How can I change the width of the middle column without affecting the width of the sidebars?

The middle column is too close to the sidebars. If I change to "fluid" under column width, the size of sidebars also change.

Thanks!
 
Elvira
Artisteer Team

Posted: 9/17/2014
Quote message 

Hi Annette,

You can change the width of the middle column by changing its margin. For this go to the Content tab >> Shape >> Margin. This option will add margins from all sides of the post area.

If you want margin to be added only from the right and left, then go to File >> Export >> Options >> CSS Options and add this code:

.art-post {
margin-left: 20px !Important;
margin-right: 20px !important;
}

Best regards,
Elvira
 
Annette

Posted: 9/29/2014
Quote message 

Thanks, Elvira. Let me try that.