Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #474130

    Hi guys,
    Could you please help with the following:
    1. How to change size ratio between Content and Sidebar Area in Woocommerce Single Product Page? I have Enfold set to 73%:27% in General Layout, while Woocommerce Singe Product has different ratio.
    2. How to set Left Sidebar alignment in Enfold pages to the left margin instead on the right? Right alignment is causing one widget not showing properly.

    Many thanks in advance!

    #474544

    Hey videogame!

    May we have temporary access to your website to take a closer look?

    Be sure to include any credentials in the private content section.

    Regards,
    Dake

    #474573

    Hey Dake,
    Please check in private

    #475037

    Hi!

    1.) You can change the single product sidebar / content ratio with this in the Quick CSS field:

    .single-product-main-image {
      width: 50%;
    }

    2.) Use this code to left align the sidebar content:

    .sidebar_left.sidebar {
      text-align: left;
    }

    Regards,
    Ismael

    #475084

    Ismael rulez! Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Woocommerce Singe Page Sidebar Width’ is closed to new replies.