Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1401452

    On a blog page, the blog posts are set to have 2 Blog Grid Columns. Can this be set to changed to 1 column only on mobile?

    #1401471

    Hi Tanja,

    Please add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:479px) {
      .responsive #top #wrap_all .slide-entry {
        width: 100%;
        margin: 0;
      }
    
      .responsive #top #wrap_all .slide-entry-wrap .slide-entry:first-child {
        margin-bottom: 40px;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    #1402574

    Perfect, thank you!

    #1402582

    Hi,
    Glad Nikko was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘2 Blog Grid Columns on desktop, 1 column on mobile’ is closed to new replies.