CMS Development

chrissa0000
投稿者

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

解決

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 いいね!
1件の承認済みベストアンサー
JanetArmstrong
解決策
トップ投稿者 | Solutions Partner
トップ投稿者 | Solutions Partner

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

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

width: auto;

margin-left: 0;

}

 

元の投稿で解決策を見る

2件の返信
JanetArmstrong
解決策
トップ投稿者 | Solutions Partner
トップ投稿者 | Solutions Partner

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

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

width: auto;

margin-left: 0;

}

 

Kevin-C
名誉エキスパート | Solutions Partner
名誉エキスパート | Solutions Partner

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

解決

Hey@chrissa0000 

 

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

Kevin Cornett - Sr. Solutions Architect @ BridgeRev