• Hi Kharis,

    I have just noticed a 15px margin on my mobile site its only limit to one widget but effects the right side of mobile version. i tried to find but unfortunately didnt succed. I really appreciate if u could help me how i can remove this margin and whre can i find it. I can see it in inspect element. also checked my page builder as well plz help

    Screenshots are hereScreenshot1
    screenshot2
    Regards
    Fatima

Viewing 1 replies (of 1 total)
  • Hi Fatima,

    Try adding this CSS code to your site’s Additional CSS:

    .widget > .panel-widget-style {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    
Viewing 1 replies (of 1 total)

The topic ‘Margin on mobile site’ is closed to new replies.