CMS Development

SBegum
参加者

Landing Page - Mobile not responsive

解決

Hi Husbpot,

 

The below landing page when viewed in mobile It displays only the form , and not the content. Would be grateful if you could guide me through to set it right.

https://www.frommpackaging.ca/wood-strapping

Thanks in advance.

Sajitha

0 いいね!
1件の承認済みベストアンサー
webdew
解決策
ガイド役 | Diamond Partner
ガイド役 | Diamond Partner

Landing Page - Mobile not responsive

解決

Hi @SBegum ,

Use this code in your stylesheet it will refelect your mobile version and your problam is solved
@media (max-width:767px){
.columns-module-wrapper .columns-module {
margin: 0;
}
}


Hope this helps!


If we were able to answer your query, kindly help the community by marking it as a solution.

Thanks and Regards.

元の投稿で解決策を見る

4件の返信
webdew
解決策
ガイド役 | Diamond Partner
ガイド役 | Diamond Partner

Landing Page - Mobile not responsive

解決

Hi @SBegum ,

Use this code in your stylesheet it will refelect your mobile version and your problam is solved
@media (max-width:767px){
.columns-module-wrapper .columns-module {
margin: 0;
}
}


Hope this helps!


If we were able to answer your query, kindly help the community by marking it as a solution.

Thanks and Regards.

KArora8
メンバー

Landing Page - Mobile not responsive

解決

Hi 
I am facing the same problem. Have created the landing page using a template but it gets distorted when opening on a Phone and tablet. Please check the link


0 いいね!
DMarley
メンバー

Landing Page - Mobile not responsive

解決
Hello webdew, I’m having a similar issue on my page as well, the mobile head is not having the written contents on it. And also just a section doesn’t align on my page : http://7237680.hs-sites.com/lp-page

Help
0 いいね!
SBegum
参加者

Landing Page - Mobile not responsive

解決

Thank you very much. It worked !