• Resolved mstudioIL

    (@mstudioil)


    How can I set the Blog Widget to 1 column with image on the right and content on the left for each post?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @mstudioil,

    Hope you’re having a great day 🙂

    Yes, you can achieve that using On Side skin and disable grid option. Here’s a screenshot for more clarification.

    Then navigate to widget settings > Advanced tab > Custom CSS and copy/past the below custom CSS:

    .premium-blog-post-container{
        flex-direction: row-reverse !important;
    }

    Here’s a screenshot for more clarification.

    Regards

    Thread Starter mstudioIL

    (@mstudioil)

    Thanks, I will check it.
    The text align I set from the widget setting as set it normally?

    Plugin Author Leap13

    (@leap13)

    Hi @mstudioil

    Hope you’re doing well today 🙂

    Could you please provide a screenshot for what you are having on your site when you disable Grid option?

    Here’s a screenshot from my end on RTL site.

    Regards

    Thread Starter mstudioIL

    (@mstudioil)

    Hey, I still didn’t use this option, I using 3 columns so it look the rest of blog widget I using in other pages. If the client want one column like the old site, I will change it

    Plugin Author Leap13

    (@leap13)

    Great, please let me know if you need any further assistance.

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Blog Widget one column’ is closed to new replies.