Hi,
I’m using the blockshop theme and the FAQ’s page is distorted in mobile view.
Please, how do I solve this issue??
password: miawur
PS: Please check the link above in mobile view.
Hi,
I’m using the blockshop theme and the FAQ’s page is distorted in mobile view.
Please, how do I solve this issue??
password: miawur
PS: Please check the link above in mobile view.
please add below code above in theme.liquid
layout >> theme.liquid
@media only screen and (max-width: 767px) { button.collapsible-row--toggle { height: 60px!important; } .collapsible-row--heading { padding: 0; line-height: 18px!important; text-align: left!important; font-size: 11px!important; ont-size: 10px!important; max-width: 250px!important; } }after the adding code,
Hi @niraj_patel ,
Thanks for the help. It worked.