getting lots of blank spaces while viewing my site in mobile

GK User
Fri Aug 22, 2014 11:29 am
Hello :) http://3d.atoa.com/joomla_4/ here is my site .Drag the size and have a look I am getting lots of empty spaces right side.. how to resolve this?
User avatar
Senior Boarder

GK User
Mon Aug 25, 2014 8:44 am
Could you mark which space you mean on this screenshot ? I don't see any big margins or padding on your website.
User avatar
Platinum Boarder

GK User
Wed Aug 27, 2014 7:38 am
bkrztuk wrote:Could you mark which space you mean on this screenshot ? I don't see any big margins or padding on your website.


I see the gaps It is 20px body padding. at the left top .I want that to be removed
User avatar
Senior Boarder

GK User
Wed Aug 27, 2014 11:59 am
The padding comes from bootstrap.responsive.css stylesheet which is not included by our template which means that it comes from some 3rd party extensions which are beyond our support. To reset this styles please add this this to mobile.css file

Code: Select all
body { padding: 0 !Important }
User avatar
Platinum Boarder

GK User
Thu Aug 28, 2014 8:57 am
bkrztuk wrote:The padding comes from bootstrap.responsive.css stylesheet which is not included by our template which means that it comes from some 3rd party extensions which are beyond our support. To reset this styles please add this this to mobile.css file

Code: Select all
body { padding: 0 !Important }


Thank You :D
User avatar
Senior Boarder


cron