2 Column [col2] not work in mobile

Discussion in 'BlackBird WordPress Theme' started by matlars, May 6, 2014.

Thread Status:
Not open for further replies.
  1. matlars

    matlars Member

    Joined:
    Feb 19, 2012
    Messages:
    92
    Likes Received:
    0
    Se upload files.
    they go together and stay out of it at the height fields ...

    Solves!

    @media (max-width: 767px){
    .one_half, .one_third, .two_third, .three_fourth, .one_fourth{
    width:100%;
    }
    }

    @media (max-width: 991px) and (min-width: 768px){
    .one_half, .one_third, .two_third, .three_fourth, .one_fourth{
    width:100%;
    }
    }
     
Thread Status:
Not open for further replies.

Share This Page