• Hi,

    Sorry for the amount of questions.

    Is there a possibility to display two columns on the blog entry pages when on a mobile device?
    I know it is possible for products in a woocommerce store but I can′t seem to find an option for the blog.

    Thank in advance,
    Olga

Viewing 1 replies (of 1 total)
  • Hello,

    Try to use the below css code. It will fix the issue –

    @media only screen and (max-width: 767px) {
    .col:not(.slick-slide), .blog-entry.post {
        width: 50% !important;
    }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘mobile two column blog entries’ is closed to new replies.