Home Forums WoodMart support forum Edit Blog element page for mobile

Edit Blog element page for mobile

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #246451

    lucia116
    Participant

    Currently, there is one article per line on mobile.
    But, I want to show 2 articles per row on mobile.

    https://xn--9g3bp8p73a.com/blog-element/

    Please advise me on how to customize Css.

    Attachments:
    You must be logged in to view attached files.
    #246453

    lucia116
    Participant

    Currently mobile

    Attachments:
    You must be logged in to view attached files.
    #246700

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile:

    .woodmart-blog-holder .blog-post-loop {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    Best Regards

Viewing 3 posts - 1 through 3 (of 3 total)