Compare button is not showing on mobile devices but working only on desktop
-
Compare button is not showing on mobile devices but working only on desktop
Hello,
Thank you very much for choosing our theme and for contacting us.
Please switch to the mobile view of the header, you can find how to do that here: https://xtemos.com/docs/woodmart/header-builder/header-responsive-settings/
and add the Compare element: https://xtemos.com/docs/woodmart/header-builder/add-edit-builder-elements/
If you have any questions please feel free to contact us.
Best Regards
Thank you for your reply, what I mean is on the product grids. It shows ok on the header but not on the product grid (mobile) so I can not compare two products on mobile .. only on desktop.
please see attachments
Regards,
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 1024px){
body .wd-buttons .wd-quick-view-icon,
body .wd-buttons .wd-compare-btn {
display: block;
}
}
Best Regards