Home Forums WoodMart support forum sticky product issue

sticky product issue

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

    nmavra@gmail.com
    Participant

    I am facing a small issue on the single product page.
    When i turn the sticky product on, from Settings->Single Product ->Sticky Product, the description container on the right side, shifts to the left and ‘sticks’ to the gallery container.
    If i turn it off, it returns to normal.

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

    Luke Nielsen
    Keymaster

    Hello,

    Can I enable that option for testing? Additionally, confirm the permission for plugins deactivation, and switch to the parent/default theme. As soon as we complete the testing we will enable all back, You would better make the full backup of your site.

    Kind Regards

    #546072

    nmavra@gmail.com
    Participant

    yes you can do that, we are using the website in Coming Soon mode so no problem disabling/enabling what you want.
    We also have backups.

    #546256

    Luke Nielsen
    Keymaster

    Hello,

    Here is a custom CSS code for help, define it in Theme Settings -> Custom CSS.

    @media (min-width: 769px) {
    
    .product-full-width.product-sticky-on.product-design-alt .summary, 
    .product-full-width.product-sticky-on.product-summary-shadow .summary, 
    .product-full-width.product-sticky-on.image-full-width .summary {
    	display: flex;
    	align-items: start;
    	justify-content: center;
    }
    	
    .product-full-width.product-design-alt .summary-inner, 
    .product-full-width.product-summary-shadow .summary-inner, 
    .product-full-width.image-full-width .summary-inner {
    		width: 100%;
    	}
    }

    Thank you for your time and have a good day!

    Kind Regards

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