Okay
  Public Ticket #2485949
blog 4 columns
Closed

Comments

  •  1
    Daniele started the conversation

    Hello, I need the blog section on 4 columns instead of 3 or 5 with the "Masonry Blog No Sidebar > Classic Enhanced" setting.

  •  1,089
    ThemeNectar replied

    Hey Danielesmile.png

    Add this into the custom css box located in the Salient options panel > general settings > css/script related tab:

    @media only screen and (min-width: 1000px) {
       .masonry-blog-item {
           width: 23.4%;
       }
    }
    

    Cheers

  •  1
    Daniele replied

    Thank you so much.