Okay
  Public Ticket #2279332
RRecont post row number
Closed

Comments

  •  1
    ZottWalk started the conversation

    Hi!In my home page I have a recent post element displaying 4 recent post in 4 column in a single row on desktop browser.

    Browsing the home page using a smartphone the recent post are displayed on a single column and 4 row.

    It is possible on mobile devices to display recent post in 2row X 2 column?Tanks, Antonio

  •  8,404
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (max-width: 999px) and (min-width: 690px) {
        .row.blog-recent.columns-4 .one-fourths.span_3 {
            width: 49% !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    ZottWalk replied

    Fine! Thanks Tahir