Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1045744

    Good evening,
    How to get a full width projection of enfold on Mobile phones? At the moment there is left and right of the screen 20PX of white space. How to change that?
    I checked other websites on same mobile phone with max full screen options.

    Please advice?

    Gr. bert

    #1045911

    Hey Bert,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1046548

    Hey Victoria,

    Gr. Bert

    #1046700

    Hi,

    You can reduce it a bit by enlarging the width percentages. Add this to quick css:

    @media only screen and (max-width: 767px){
    .responsive #top #wrap_all .container {
        width: 90%!important;
        max-width: 90%!important;
    }}

    Best regards,
    Jordan Shannon

    #1047136

    Thanks Jordan! This works better.
    Gr. Bert

    #1047372

    Hi,

    I’m happy to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Full width on mobile’ is closed to new replies.