Column Shortcode

Discussion in 'Woodpecker WordPress Business Theme' started by mawebdesign, Apr 21, 2014.

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

    mawebdesign Member

    Joined:
    Apr 20, 2014
    Messages:
    71
    Likes Received:
    1
    Hi
    When using Column Shortcode can you made the 2nd or 3rd or 4th colume move to the next line when browsing on a mobile device (responsive view) ??

    Like the home page does with the 3 columns, also the image gallary does !

    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     @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%;
    }
    }
    
    Thanks & Regards
    Gourav Shrivastava
     
  3. mawebdesign

    mawebdesign Member

    Joined:
    Apr 20, 2014
    Messages:
    71
    Likes Received:
    1
    Thank you, looking good on the one page iv just done:)
     
Thread Status:
Not open for further replies.

Share This Page