• The site I am working on is here.

    I am trying to widen the .site-content and .sidebar-2 divs so that they fill the “main-wrapper front_page right-sidebar” div. (The sidebar isn’t currently showing for some reason, but regardless, I still need to widen the used area.)

    I tried this code from this “resolved” WP Forums post:

    @media screen and (min-width: 1180px) {
    .content-wrapper {
    		background: #fff;
    		padding: 3em 55px 3em 55px;
    		position: relative;
    	}
    
    .content-wrapper .content-area {
    		float: left;
    		margin: 0;
    		width: 1200px;
    	}
    }

    I’ve tried different widths on different elements and nothing I do affects the width of the content or sidebar.

    I’ve also spent plenty of time in the theme customizer trying different settings for the Home and Page column settings, but I couldn’t get the content wider there, either. Frankly some of those column and layout settings just don’t make sense to me. But I digress…

    • This topic was modified 7 years, 3 months ago by Mark.
    • This topic was modified 7 years, 3 months ago by Mark.
  • The topic ‘How to change (widen) the main content area’ is closed to new replies.