Sidebar and Product Page Buttons
-
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.
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
The topic ‘Sidebar and Product Page Buttons’ is closed to new replies.