Home Forums WoodMart support forum Sidebar and Product Page Buttons

Sidebar and Product Page Buttons

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

    staffcreator
    Participant

    Hi guys!

    I wanted to point out that after updating to Woodmart version 7.0 we found that on the product page the sidebar no longer opens and the Add to Cart and Buy Now buttons are attached and have no distance between them. (You can see everything in the attached video)

    I also write the credentials to enter the Staging site in the private area to carry out all your tests.

    Can you check what happened to the CSS?

    I wait for you here
    Thanks so much for your help.

    Greetings

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

    Artem Temos
    Keymaster

    Hello,

    1. You don’t have a space between buttons because of your custom CSS code. Here is a short video https://gyazo.com/34c8166601eeb69f9cc1970b04b7fb9b

    2. Try to use the following code snippet to fix the sidebar issue

    body.single-product .wd-sidebar-opener.wd-not-on-shop {
    	display: none;
    }

    Kind Regards

    #411100

    staffcreator
    Participant

    Ok Tanks you!

    #411164

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Sidebar and Product Page Buttons’ is closed to new replies.