• Hi,

    I am using 3 columns in the theme. I made my left column 260px to match my right column. I can’t figure out how to expand the middle column to the left, to fill the space where the left column ends. (and center it) I want it all white. I’ve been trying and trying in the child theme css. But changing width and colors are not making the change.

    Here’s my site:
    https://www.apertureofmysoul.com/

    Thank you so much!!
    Nancie

Viewing 1 replies (of 1 total)
  • Hi nancie. One way to do this is to reduce the sidebar background and then expand the content area. Give this a try and see how it works:

    Reduce the sidebar background from 340px to 260px by using the smaller sidebar background image:

    .col-3cm .main-inner {
      background: url(img/sidebar/s-right-s2.png) repeat-y left 0;
      }

    Expand the content area:

    .content .pad {
      margin-left: -80px;
      }
Viewing 1 replies (of 1 total)
  • The topic ‘How to expand middle column?’ is closed to new replies.