Viewing 3 replies - 1 through 3 (of 3 total)
  • wbcomdesigns

    (@wbcomdesigns)

    Hello @dev1408,

    You can change sidebar width by adjusting left content width i.e

    .row-fluid .span8 {
      width: 65.812%;
    }

    and sidebar width.

    .row-fluid .span4 {
      width: 31.6239%;
    }

    You have to adjust both accordingly.

    Regards

    Thread Starter dev1408

    (@dev1408)

    Well, all I edit in the file “style.css” ? I did not find row-fluid .span8. I apologize for my English.Hi from Russia

    Imran Ali

    (@imranaliweb)

    Hi @dev1408

    Note : – If you change sidebar width then lose your website responsiveness on mobile device.

    you can change sidebar width kindly use below code in custom css filed (Theme Dashboard >> appearance >> customize >> header setting >> custom css >> custom css snippet )

    For Left Content width

    .row-fluid .span8 {
        width: 52.811966%;
    }

    For sidebar width

    .row-fluid .span4 {
        width: 44.623932%;
    }

    any confusion let me know

    Thanks

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