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

    Hi,
    i would like to have the blog raster layout on mobile just in one column. In the moment the setting is on 2. How can i change it? Or do you have a code for quick css? Thatwould be great :)

    Many greetings rixi

    #1362505

    Hey rixi,
    Thanks for your question and the link to your site, typically for mobile the grid should show only a single column, so I’m not sure why your page is not, but this css in your Quick CSS should correct:

    @media only screen and (max-width: 767px){
    .responsive #top #wrap_all .slide-entry {
        width: 100%;
        margin-left: 0%;
    }
    }

    After applying the css, please clear your browser cache and check.
    If this doesn’t correct please include admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    #1362538

    Hi Mike,
    great, thanks a lot, now it works :)))

    Many regards rixi

    #1362552

    Hi,

    Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.