0

A page on my site is showing an unwanted white space on the right side in mobile, the page is showing fine in android Mozilla Firefox browser but the problem is occurring in android Google Chrome browser. All the other pages are fine. I can't find out where the problem is lying in this particular page. Following is the link of the page:

https://digifrizz.com/digifrizz-new/about.html

The screenshot is as follows:

enter image description here

2 Answers2

0

this is because of you make container padding 0pxusing class px-0 remove this class with the container class at the place mentioned by me in following image. I am sure this will help.

enter image description here

Thank you.

KuldipKoradia
  • 3,005
  • 7
  • 20
0

enter image description here

Its because this section has no padding from left and right
Please add 15px padding from left and right in this section

chintan
  • 311
  • 1
  • 8