Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1188300

    Hi
    We implemented a website with Enfold and WooCommerce.
    Now we added a right sidebar to the shop pages.
    Unfortunately, the sidebar is very large, it uses about 50% of the page content.
    Is it possible to reduce the width of this sidebar?
    See login data in the private content section.
    Thanks very much.
    Regards
    Mike

    #1189026

    Hey Michael,
    Sorry for the late reply and thanks for the link, when I examine your shop page there was a lot of padding around the sidebar and content making the sidebar look very large, so this css removes that and it seems to look better, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.woocommerce-page #main > div.container_wrap.container_wrap_first.main_color.sidebar_right.template-shop.shop_columns_4 > div {
    	padding: 0px !important;
    }
    #top.woocommerce-page #main > div.container_wrap.container_wrap_first.main_color.sidebar_right.template-shop.shop_columns_4 > div > main > div {
    	padding: 0px !important;
    }

    this is ment to only work on your shop pages, after applying the css, Please clear your browser cache and check.
    Another option would be to adjust the content / sidebar ratio in your theme options at:
    Enfold Theme Options > General Layout > Dimensions > Content | Sidebar Ratio
    it looks like you have it set to “73% / 27%” perhaps “80% / 20%” would be better.

    Best regards,
    Mike

    #1189200

    HI Mike
    Thanks for your response. The css code was not useful for this webshop.
    We set the sidebar ratio now to “79% / 21%”. This is not perfect but a little bit better than before ;-)
    You can close this issue.
    Best regards
    Mike

    #1189235

    Hi,
    Sorry we were not more helpful, we will close this as requested. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

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