Tagged: ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #344235

    hi,

    i’d like to reduce the width of the sidebar, but can’t seem to get the css right for doing so.

    thanks

    #344409

    Hey Paul!

    You can set the sidebar width in Enfold Theme Options -> General Layout, under the dimensions tab:

    Cheers!
    Arvish

    #345512

    Thanks. Looks like that is a 3.x feature and I’m doing some testing before updating. However, is there a way to achieve that on an individual page as my client wants to hide the sidebar content on the main landing pages, but still have a narrower sidebar.

    #345879

    Hey!

    It would be possible using custom CSS code. Please update the theme then post the link to your page where you would like to adjust sidebar width

    Cheers!
    Yigit

    #345924
    This reply has been marked as private.
    #345925
    This reply has been marked as private.
    #346172

    Hi!

    Sorry but link to your screenshot is broken. Please try adding following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .page-id-10904 .av-content-small.units {
    width: 90%;
    }

    Regards,
    Yigit

    #346331

    sorry, link to the image has been fixed
    http://www.kafkagranite.com/wp/wp-content/uploads/2014/11/PrecaseMainPg2.jpg

    here is where i landed with the code. using yours also affected the “color section” heading which i wanted to leave intact

    .page-id-10904 #after_section_2 .av-content-small.units {
    width: 93%!important;
    }
    #after_section_2 .post-entry-10904 {
    width:85%;
    }

    thanks again for pointing me in the right direction.

    #346615

    Hey!

    Seems like you already figured it out, shall we mark the thread as resolved? :)

    Best regards,
    Yigit

    #346689

    yes, thank you Yigit.

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