Okay
  Public Ticket #976070
responsive layout
Closed

Comments

  •  2
    afob started the conversation

    Hello, 

    I need a help to set up a responsive layout.  

    Please, find attached the printscreen of my homepage. You gonna see that the service grid 4 is not nice in mobile screen. Because both 3 are in the same line (3 collumn). Is there a way to set up to let just only one per line? Like for blog news (find attached an example).

    Thanks


  •  2,010
    Ocean replied

    Hello, you can add css code here http://www.awesomescreenshot.com/image/431375/60a65bbd73398f66ec983fe267a49737

    @media (max-width: 767px) {
    .one-third{
        width: 100% !important;
        display: block;
        float: none;
    }
    }