• Pls i want to make LATEST BLOG POST, Portfolio Carousel and icon menu double in a row on mobile responsive design. pls help me with the css

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

Viewing 1 replies (of 1 total)
  • Hey,

    There isn’t really a way to change the display of the carousels, but this CSS should force the icon menu and blog to 50% in mobile.

    @media (max-width: 992px) {
    .home_blog .clearclass0, .home_blog .clearclass1, .home-iconmenu {
        width: 50%;
        float: left;
        }
    }

    Let me know if that works for you.

    -Kevin

Viewing 1 replies (of 1 total)

The topic ‘responsive design modifications’ is closed to new replies.