• Resolved vangelder

    (@vangelder)


    Hi there,

    I would like to show 6 brands per row instead of 4.
    Here is a link a’m talking about https://loveorganic.ch/marques/
    We used shortcode…I’m pretty sure it’s a quick CSS trick to achieve the layout we need.

    Thank you in advance.

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor titodevera

    (@titodevera)

    Hi vangelder.

    Yes, you can use some CSS to customize the layout to your needs:

    
    @media (min-width: 1000px){
      .pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3{
        width: 16.66%;
        box-sizing: border-box;
      }
    }
    

    ??

Viewing 1 replies (of 1 total)
  • The topic ‘6 brands per row instead of 4’ is closed to new replies.