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

    Hi,

    How can I remove the alternating responsive layout of the grid blog?

    This is not working well. If you have an excerpt it spreads way to vertical for each 2 words a new line. On an iPad it looks a bit silly.

    I prefer it like the first row, all nicely below each other.

    instead of

    1,

    2,

    1,

    2

    I like

    1,

    1,

    1,

    1

    Thanks in advance

    S

    #129811

    Hi,

    You can add something like this on your custom.css or Quick CSS

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

    Regards,

    Ismael

    #129812

    Thanks Ismael, works like a charm.

    #129813

    Glad Ismael could help :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘grid blog no alternating’ is closed to new replies.