Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1367994

    I have set the blog page to “Raster” Layout, but unfortunately the headlines are laying one over the other. How can I make them responsive? Thanks. On the website’s blog you can see what I mean, when setting it to mobile view.

    #1368042

    Hey mallorcamedia,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
        margin: 0 !important;
        width: 100% !important;
    }
    }

    If you should need further help, then please include admin WordPress login details in private.

    Best regards,
    Rikard

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