currently in the footer, the block you added is not yet reponsive, being pushed out of the screen, causing the site to overflow to the right https://prnt.sc/oippv8 Please add this css attribute to the style.css file (Appearance-> Editor-> style.css) or Appearance-> Customize-> Additional Css
Why my website's mobile version is not fit in my phone. When i scroll right to left my web page is shaking. How to fix that?
Hi Souvik !
Please leave your site name, I need to check your problem details to help you correct and differentiate it correctly
thank you
codebahar.com
Please check on mobile screen
Hi Souvik !
currently in the footer, the block you added is not yet reponsive, being pushed out of the screen, causing the site to overflow to the right
https://prnt.sc/oippv8
Please add this css attribute to the style.css file (Appearance-> Editor-> style.css) or Appearance-> Customize-> Additional Css
@media (max-width: 480px) {
ul.menu-footer {
display: inline-block;
}
}
thank you
now i add this css. can this flexible for mobile devices?
Hi Souvik !
Yes, it will adjust the display on the mobile screen, you can check it again to feel more certain
Wish you a good day
thank you
Can this work for all tablets??
Hi Souvik !
The tablets is unaffected by the footer that is making an error, it only has problems with mobile and I have instructed you to adjust it.
thank you