Faq's collapsible row content for blockshop theme distorted 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??

cvlbeauty.com/pages/faqs/

password: miawur

PS: Please check the link above in mobile view.

@tech4

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,

1 Like

Hi @niraj_patel ,

Thanks for the help. It worked.