CMS Development

SBegum
Participant

Landing Page - Mobile not responsive

Résolue

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 Votes
1 Solution acceptée
webdew
Solution
Guide | Partenaire solutions Diamond
Guide | Partenaire solutions Diamond

Landing Page - Mobile not responsive

Résolue

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.

Voir la solution dans l'envoi d'origine

4 Réponses
webdew
Solution
Guide | Partenaire solutions Diamond
Guide | Partenaire solutions Diamond

Landing Page - Mobile not responsive

Résolue

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
Membre

Landing Page - Mobile not responsive

Résolue

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 Votes
DMarley
Membre

Landing Page - Mobile not responsive

Résolue
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 Votes
SBegum
Participant

Landing Page - Mobile not responsive

Résolue

Thank you very much. It worked !