Shop Categories

X

Website alignment displayed on smartphone

Home Forums Agama Pro Website alignment displayed on smartphone

Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7721
    morelli74
    Participant

    Hi,
    is it possible to center the content of the site displayed by smartphone?

    Smartphone view

    Best regards
    C.M.

    #7727
    Zex
    Moderator

    Hello,

    Please, add the code below, in Customize-> General-> Additional CSS,
    That should solve the problem.
    In case it does not work, please contact me again.

    code:

    @media screen and (max-width: 480px){
    #main-wrapper {
        width:480px!important;
        }
    }

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Website alignment displayed on smartphone’ is closed to new replies.