This topic has 4 replies, 2 voices, and was last updated 8 years ago ago by Eva Kemp
Hello.
Can you please let us know how to make widgets like “Recently viewed products”, “brand” and such as long as Breadcrumbs Style NOT to appear in mobile view at all?
In the past widgets appeared below product title and description / options when variable products. When accessed from desktop everything is OK because those widgets are in the right sidebar.
We are talking about product page.
Thanks in advance !
Hello,
Add this code in Theme Options > Custom CSS > Custom CSS for mobile:
.sidebar-mobile-top .single-product-sidebar, .page-heading.bc-type-8 {
display: none;
}
Regards,
Eva Kemp.
MAGIC !
This is not only a rapid solution but accurate too. SOLVED!
Thanks Eva 🙂
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Widgets appear above product title and description in mobile view.’' has been successfully resolved, and the topic is now closed for further responses