Plugin Directory

Changeset 904613


Ignore:
Timestamp:
04/29/2014 07:32:27 AM (11 years ago)
Author:
bhuwanroka
Message:

column layout full width has been updated below 500px resolution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wens-responsive-column-layout-shortcodes/trunk/wen-style.css

    r784746 r904613  
    5959/* =Fully Responsive Ready Structure by Bhuwan Roka
    6060#Landscape phones and down#  */
    61 @media only screen and (max-width: 479px) {
    62 .one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth, .one_half_last, .one_third_last, .two_third_last, .one_fourth_last, .three_fourth_last, .one_fifth_last, .three_fourth_last, .one_fifth_last, .two_fifth_last, .three_fifth_last, .one_sixth_last, .five_sixth_last{
     61@media only screen and (max-width: 500px) {
     62.one_half,.one_third,.two_third,.three_fou500rth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth, .one_half_last, .one_third_last, .two_third_last, .one_fourth_last, .three_fourth_last, .one_fifth_last, .three_fourth_last, .one_fifth_last, .two_fifth_last, .three_fifth_last, .one_sixth_last, .five_sixth_last{
    6363    width: 100%;
    6464    margin-bottom: 15px;
Note: See TracChangeset for help on using the changeset viewer.