• I setup the brands list page using WPBakery element and the last row in the brands list is automatically justfied. I want it to align to the left for more “natural” look. How do I accomplish this, or is this an error?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello,

    You can try to add custom CSS code to modify it

    .widget_berocket_product_brand_widget .brcs_slider_brands_container {
        justify-content: left!important;
    }

    Regards,
    Oleg

Viewing 1 replies (of 1 total)
  • The topic ‘How to make the last row to align to left in brands list’ is closed to new replies.