Widget in Single Product on mobile device
-
Greetings.
Tell me how to display the widget on the product page above the product, and not below it when opening via mobile. Is it also possible to do something like this so that it closes as a spoiler?
Now I have a field with a widget displayed under related products.
The first screenshot is how I want to do, taken from another site. The second where I want to do on my site, the third where is displayed now.
p.s. sorry for my english. used translator. may be are you speak russian? 🙂
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you so much for purchasing our theme and contacting our support center.
You can create this content using Faq
element of the WPBakery page builder. Create an HTML Block with the page builder and put it to the single product page sidebar. Also, add the following CSS code for mobile devices in Theme Settings -> Custom CSS to swap these sections on the product page
.single-product-sidebar {
order: 1;
}
.single-product-page {
order: 2;
}
Kind Regards
XTemos Studio
The topic ‘Widget in Single Product on mobile device’ is closed to new replies.