Okay
  Public Ticket #3079744
Post Grid Responsiveness
Closed

Comments

  •  6
    Ali started the conversation

    On tablet and mobile view, I'd like the Post Grid to use 2 columns rather than 1. Is there a quick way to do this?

  •  8,394
    Tahir replied
    Hey, Please provide the page url so that i can write up the custom css for whats possible. Thanks


    ThemeNectar Support Team 

  •  1,632
    Judith replied

    Hi Ali,

    Thanks for keeping in touch.

    Please send in your website url so that we can provide css for what's possible.

    Thanks.

  •   Ali replied privately
  •  1,632
    Judith replied

    Hi Ali,

    Please try this css:

    @media only screen and (max-width: 690px){
    body .wpb_row .nectar-post-grid[data-columns][data-masonry=yes]>div {
        width: 44%!important;
    } }

    Thanks.