Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #615591

    Hello,

    Two questions:

    1. How can I remove the right sidebar from all posts ? (I want them to be full width)
    2. How can I make the left sidebar in woocommerce half the size(width)?

    Thanks !

    Ariel

    #616964

    Hi Draidel!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust the value as needed

    .template-shop.content.av-content-small.alpha.units {
        width: 90%;
    }

    then please go to Enfold theme options > Sidebar Settings and choose not to display “Sidebar on Single Post Entries”

    Regards,
    Yigit

    #617748

    Hello Yigit,

    The second answer worked perfectly and I dont see the sidebar on single posts. thanks

    However, the first one didnt work:

    .template-shop.content.av-content-small.alpha.units {
        width: 90%;
    }

    I did add that but nothing changed.

    Regards,
    Ariel

    #617768

    Hey!

    That should have worked as well. Could you please post the link to your example page and temporary admin logins here privately so we can look further into it if following code does not help as well?

    .template-shop.content.av-content-small.alpha.units {
        width: 90% !important;
    }

    Regards,
    Yigit

    #617941

    Sure !

    #618750

    Hey!

    Can you please post the link to your website as well?

    Cheers!
    Yigit

    #618798
    #618840

    Hey!

    How can I remove the right sidebar from all posts ? (I want them to be full width)

    As i understand you like to remove the sidebar on the single post correct? You have already disabled the sidebar from the Enfold options > Sidebar options> Sidebar on Single Post Entries

    The sidebar is not visible on single blogpost page now.

    We cannot see the woocommerce page which you are referring to please provide the link to the page where we can see the issue and help you reduce the sidebar width.

    You can change the sidebar ratio by going to Enfold > General Layout > Dimensions

    Regards,
    Vinay

    • This reply was modified 8 years, 7 months ago by Vinay.
    #618844

    Hello, !

    This is the link for the shop draidel.com.ar/shop

    Regards,

    Ariel

    update: The link changed for http://draidel.com.ar/tienda

    • This reply was modified 8 years, 6 months ago by Draidel.
    #621041

    Hey!

    Please use this to increase the shop’s main container width:

    .woocommerce-page .container .av-content-small.units {
        width: 80% !important;
    }

    Adjust the value as needed.

    Cheers!
    Ismael

    #621583

    PERFECT !

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Remove Sidebar from posts’ is closed to new replies.