I use the Minimog theme and have two tabs under my “Product Information Tabs”: “Product Description” and “Custom Liquid”. The “Product Description” Tab is working fine. However, the “Custom Liquid” tab is working on Desktop (it includes a picture of our condition policy), but there is no ability to select this tab on the mobile site. Any help would be greatly appreciated.
Seems like you did not make or check your site for mobile. Can you please confirm that your site is responsive? Also please share your site url
We had somebody else set it up so not sure exactly, but it does work on mobile - just not that one tab. www.nostalgiabox.co.nz
Thanks for your help
Yes i can see that, in mobile is not working
Need to check the code whether the Custom Liquid is also applicable for mobile or not. If you want, we will check your code please contact us.
It is compatible for mobile, as I can see it when I click on that section on mobile site in the customize/editing mode. It just seems that there is no option to click on the other tab.
Need to check your backend
How much?
Find the chunk.css in your theme editor
search for .sf-tab-content:not(.active)
Update the CSS with the below
.sf-tab-content:not(.active) {
/* content-visibility: hidden;*/
}
Hope this will help…
You’re an absolute legend - thanks so much.