Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #35672
    don4law
    Member

    I am using the left and double sidebars, but need to adjust the width because the left sidebar is taking up too much real estate. How can I adjust the width of the sidebar?

    #35741
    Tahir – SUPPORT
    Member
    Post count: 1212

    Hi,
    You are gonna have to adjust the css for it to work. If you dont want site-wide changes and only on one page you can use write css like this

    .page-id-12 .page-content.col-sm-8 {
    width:80%;
    }
    .page-id-12 .left-sidebar.col-sm-4 {
    width:20%;
    }

    You need to add the correct id of the page and the width as you want it.

    Let me know.

    Thanks
    Tahir

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register