CMS Development

SBegum
Participant

Landing Page - Mobile not responsive

SOLVE

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 Upvotes
1 Accepted solution
webdew
Solution
Guide | Diamond Partner
Guide | Diamond Partner

Landing Page - Mobile not responsive

SOLVE

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.

View solution in original post

4 Replies 4
webdew
Solution
Guide | Diamond Partner
Guide | Diamond Partner

Landing Page - Mobile not responsive

SOLVE

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
Member

Landing Page - Mobile not responsive

SOLVE

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 Upvotes
DMarley
Member

Landing Page - Mobile not responsive

SOLVE
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 Upvotes
SBegum
Participant

Landing Page - Mobile not responsive

SOLVE

Thank you very much. It worked !