• tculley

    (@tculley)


    Hey all,

    Can’t seem to figure out how to main the main content of my site wider. I’ve never come across CSS like this before so any help is greatly appreciated. I’m just trying to get my main content to be mroe towards the left and take up the width tto the sidebar.

    My site is http://www.tristateconcerts.com

    Theme is NONZERO

    /* Primary content */
    
    #primaryContent_3columns {
    	position: relative;
    	margin-right: 34em;
    }
    
    #columnA_3columns {
    	position: relative;
    	float: left;
    	width: 100%;
    	margin-right: -34em;
    	padding-right: 2em;
    }
Viewing 1 replies (of 1 total)
  • Michael

    (@alchymyth)

    you might be lucky and all it takes is to change this style:

    /* This controls the width of the fixed width layouts */
    
    div.fixed {
    	width: 950px !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Making main content wider’ is closed to new replies.