Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #124146
    Glen Pavelich
    Participant

    I would like this site …. http://townofhanley.ca/ …(using Catch Evolution) to have a wider main content area, and a narrower right widget area. I’m struggling with finding the css to do it. Can the right area have the width of the left widget area, and the content area increased to make up the difference?

    Thanks

    #124178
    tikaram
    Keymaster

    @fireflywebs : Go to Appearance => Customize => Additional css and add the following css.

    @media only screen and (min-width: 990px) {
    .three-columns #secondary {
    	width: 240px;
    }
    .three-columns #primary {
    	width: 650px;
    }
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Adding width to the main content area’ is closed to new replies.