CMS Development

chrissa0000
Contributor

Landing Page not Mobile Friendly and there's a white space on the edges

SOLVE

Hi Guys,

 

Can you please help me how to make this landing page more mobile friendly 

https://info.besocialscene.com/-temporary-slug-77abf0c4-14c3-41d6-bfeb-539ded30de1d?hs_preview=sGuSg...

 

When you load this using mobile, there seems to be an extra white space in the edges.

The goal should be , you can't move the screen left and right.

0 Upvotes
1 Accepted solution
JanetArmstrong
Solution
Top Contributor | Partner
Top Contributor | Partner

Landing Page not Mobile Friendly and there's a white space on the edges

SOLVE
Remove/comment out the items checked below. 
@media (max-width: 767px)
.row-fluid [class*="span"] {

width: auto;

margin-left: 0;

}

 

View solution in original post

2 Replies 2
JanetArmstrong
Solution
Top Contributor | Partner
Top Contributor | Partner

Landing Page not Mobile Friendly and there's a white space on the edges

SOLVE
Remove/comment out the items checked below. 
@media (max-width: 767px)
.row-fluid [class*="span"] {

width: auto;

margin-left: 0;

}

 

Kevin-C
Recognized Expert | Partner
Recognized Expert | Partner

Landing Page not Mobile Friendly and there's a white space on the edges

SOLVE

Hey@chrissa0000 

 

Have you tried to reduce the padding on the container element, when on a smaller device?

Kevin Cornett - Sr. Solutions Architect @ BridgeRev