Home Forums Basel support forum product page

product page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #6644

    theconejos
    Participant

    Hi! i just have a quick question regarding the product page that as you can see theres an extra space in blank on the left side before the product image, how can i fix this?

    thanks!!!

    #6649

    Artem Temos
    Keymaster

    Hello,

    Thank you for contacting us.

    We see that you have added a sidebar to your product page and now it is empty. You need to fill it or disable in Theme Settings -> Product page.

    Regards

    #6805

    theconejos
    Participant

    Thank you, but i dont see the option to hide the sidebar or add information in it, as you can see on the attached file

    Attachments:
    You must be logged in to view attached files.
    #6830

    Artem Temos
    Keymaster

    Do you want to disable it? Please provide us your admin access so we could check everything.

    #6849

    theconejos
    Participant

    yes please

    #6860

    Artem Temos
    Keymaster

    We can’t find where this widget added to your product sidebar so you can hide it simply by adding this code snippet to the Custom CSS section in Theme Settings

    .single-product-content .product-image-summary {
    	width:100%;
    	left:0;
    }
    
    .single-product-content .product-image-summary+aside {
    	display:none;
    }

    Regards

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