Okay
  Public Ticket #2089682
Mobile screen
Closed

Comments

  •  1
    Souvik started the conversation

    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? 


  •  2,570
    Kevin replied

    Hi Souvik  !

    Please leave your site name, I need to check your problem details to help you correct and differentiate it correctly

    thank you

  •  1
    Souvik replied

    codebahar.com

  •  1
    Souvik replied

    Please check on mobile screen

  •  2,570
    Kevin replied

    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

  •  1
    Souvik replied

    now i add this css. can this flexible for mobile devices?


  •  2,570
    Kevin replied

    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

  •  1
    Souvik replied

    Can this work for all tablets??

  •  2,570
    Kevin replied

    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