• Resolved Sjoerd R

    (@sjoerd-r)


    Good day,

    I am trying to change the width of the sidebars. I have tried so as can be seen here:

    I changed this:
    .s1 { width: 340px; z-index: 2; }

    Into this:
    .s1 { width: 260px; z-index: 2; }

    Only now, the widgets don’t show anymore and the sidebars don’t seem to have changed in size.

    Does anyone know what to do?
    This is the site: https://www.receptioniste-opleiding.nl

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Goto style.css via Editor and check for

    /* 3 column, content middle */
    .col-3cm .main {background: url(img/sidebar/s-right-s2.png) repeat-y right 0;}
    .col-3cm .main-inner { background: url(img/sidebar/s-left.png) repeat-y left 0; padding-left: 280px; padding-right: 290px;  }
    .col-3cm .s1 { float: left; margin-left: -280px; }
    .col-3cm .s2 { float: right; margin-right: -290px; /* ingenuity! */ position: relative; right: -100%;   }
    .col-3cm .content { float: right; }

    You can change in the above line if u were 3 column , content middle

    Do not edit the theme itself. First create a child theme for your changes. Or install a custom CSS plugin.

    Thread Starter Sjoerd R

    (@sjoerd-r)

    Thanks for the heads up esmi, I am using a child theme ??

    I’m sorry saravanavip, I don’t understand what I should do. Change something in the line:
    /* 3 column, content middle */

    But what should I change?

    Thread Starter Sjoerd R

    (@sjoerd-r)

    I understood what you meant and have changed it accordingly ??

    Thanks!

    Sjoerd R, how you fix your problem?

    In my case, I could adjust the width of the left menu, but I can not adjust the size of the main content.

    See website:
    https://humanizacao.cealag.com.br

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change sidebar width’ is closed to new replies.