Plugin Directory

Changeset 2209647


Ignore:
Timestamp:
12/11/2019 12:22:37 AM (6 years ago)
Author:
wpwebsitecreator
Message:

Small change to cleae settings domain when change server settings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-website-creator/trunk/css/wp-website-creator.css

    r2158840 r2209647  
    657657  width: 20%!important;
    658658}
     659
     660@media only screen and (max-width: 768px) {
     661    .wpwc_designcol_1{width:100%;}
     662  .wpwc_designcol_2{width:100%;}
     663  .wpwc_designcol_3{width:100%;}
     664  .wpwc_designcol_4{width:100%;}
     665}
     666@media only screen and (min-width: 769px) and  (max-width: 992px) {
     667    .wpwc_designcol_1{width:50%;}
     668  .wpwc_designcol_2{width:50%;}
     669  .wpwc_designcol_3{width:50%;}
     670  .wpwc_designcol_4{width:50%;}
     671}
     672@media only screen and (min-width: 993px) {
     673    .wpwc_designcol_1{width:100%;}
     674  .wpwc_designcol_2{width:50%;}
     675  .wpwc_designcol_3{width:33%;}
     676  .wpwc_designcol_4{width:25%;}
     677}
Note: See TracChangeset for help on using the changeset viewer.