This topic has 4 replies, 2 voices, and was last updated 4 years ago ago by Olga Barlow
Hello,
I have used single product builder in my test page, i have a good setup but i want to take out the all categories from mobile view, here: https://prnt.sc/vjjmn1
how can i do it?
Thanks!
Hello,
There is no such option, unfortunately. You can add the custom CSS to hide it (Theme Options > Custom CSS)
@media only screen and (max-width: 992px) {
.single-product .sidebar.single-product-custom-widget-area {
display: none;
}
}
Regards
ok that did the trick, but now i want the name to apear above the product wen viewing in mobile: https://prnt.sc/vk8gqu
(i think you should have 2 single products builder, one for mobile and other for desktop)
Thanks!
Hello,
Unfortunately, att this moment we don’t have option to move the name above the product image on mobile. You can submit feature request here https://www.8theme.com/taskboard/ and if other users also like it our developers will be able to add it to the future features list.
Regards
You must be logged in to reply to this topic.Log in/Sign up