Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1371941

    Hello,

    I have an easy task this time, on the following page https://www.fishesinvasion.com/test/exibitions/ on smartphone, the posts are small and with white space on the right. I would like to enlarge and center the posts, to see them better and not leave white spaces like now.

    Thanks in advance for your help.
    Andrew

    #1371958

    Hi Andrew,

    Please try this in Quick CSS:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #main .avia-content-slider .slide-entry {
        width: 100% !important;
    }
    .responsive #top #wrap_all #main .avia-content-slider .slide-entry-wrap {
        display: block;
    }
    }

    Best regards,
    Rikard

    #1371983

    Sorry Rickard,
    maybe i was not so clear in my intentions, i want to keep 2 columns as in the beginning only centered with no space on the right, not one single column as after your CSS. I changed your CSS and now the result is OK.
    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #main .avia-content-slider .slide-entry {
    width: 100% !important;
    }
    }

    You can close the ticket please.
    Thank you

    #1372036

    Hi,

    Alright! Glad to know that @Rikard could help. Please do not hesitate to open another thread if have more inquiries about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile optimization’ is closed to new replies.