• Hi, I am very happy with the theme so thank you!

    I do have some issues which I have literally have been trying to figure out for two days now..

    On my single product page, there is no padding at all around the content. The content touches either side of the users display and also my nav bar and footer. I need to add padding so that it is not doing this but I can not find where or how to do this?

    I also have an issue with a ‘sidebar’ appearing at the bottom of the product page. It is showing pages with links and also a search bar. I can not find where to remove this from appearing? It displays before the footer and when I highlight it in Google inspect it calls it ‘ <div id=”sidebar” role=”complementary”> ‘. How can I remove this?

    Kind regards
    Shane

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Mousebuilt

    (@konker)

    Hi Shane

    If you don’t mind providing a link to the site showing the problem (you can contact me via my website if you prefer not to post the link publicly) I’ll be happy to help you.

    Thread Starter spb1190

    (@spb1190)

    Hi, thank you for your reply!

    No worries the site is https://omgasap.co.uk/product/10-amazon-gift-card-for-1pound/

    Kind regards
    Shane

    Theme Author Mousebuilt

    (@konker)

    The following CSS should sort the problems out:

    <style>
    
    /* remove all sidebars */
    #sidebar {
        display: none;
    }
    
    /* add padding to woo products */
    .single-product .product {
        padding: 1rem;
    }
    </style>

    You can add this in an Elementor HTML Block for each page you want the changes applied to or in WordPress Customizer->Custom CSS to affect the entire site. If you add the code into Customizer, just remove the <style> and </style> tags.

    Let me know if this doesn’t work for you. Thanks for using Skelementor – have a great day Shane

    Thread Starter spb1190

    (@spb1190)

    That is awesome thankyou! I have changed it to a % instead of rem, which is working well. Either way I have an issue that the ‘sale’ banner is not staying on the product image, it is staying in the corner/ nav bar instead of with the image, any ideas please?

    Kind regards
    Shane

    Theme Author Mousebuilt

    (@konker)

    The site is password protected at the moment so I can’t see the problem.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Product page width & ‘sidebar’ appearing’ is closed to new replies.