2 columns in blog posts in mobile

  • I used below code but didnt get desired results

    .blog .post {
    max-width: 45%;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    }
    .blog .post:nth-of-type(even) {
    margin-right: 0;
    }

    I am using this theme

    Please check below screenshot for the issue

  • Hi there,

    This forum only provides support for free sites hosted on WordPress.com. We cannot help here with sites using the open source WordPress software, nor can we help with third party themes that we did not develop.

    Please contact support for the theme you’re using directly for help. There should be a support link on the site where you bought or downloaded that theme.

  • The topic ‘2 columns in blog posts in mobile’ is closed to new replies.