Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @dswebnew

    We don’t have a direct option to Posts list, but for now, you can use custom CSS to achieve it.

    1. Add a custom class my-class
    2. Add the below CSS from the child theme
    .my-class .uagb-post__items .uagb-post__inner-wrap {
        display: flex;
    }
    
    .my-class .uagb-post__items .uagb-post__image {
        width: 30%
    }

    I hope that helps.

    Thread Starter dswebnew

    (@dswebnew)

    This applies to everyone posts in your plugin, I need to add separately, for other posts in your plugin with other css class. I need other widget used. Posts masonry and posts list.

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @dswebnew,

    It wouldn’t apply to all posts. This will be applied to only blocks having the class added from Advanced Section my-class.

    Please refer to this screenshot.

    I hope this helps.

    Regards,
    Sweta

    Thread Starter dswebnew

    (@dswebnew)

    Too complicated, i used standard widget in gutenberg Latest Posts List View

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @dswebnew,

    Thanks for letting us know.

    Feel free to reach out if there’s anything else we can help you with.

    Have a nice day and week ahead. Stay safe! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Posts List’ is closed to new replies.