Advertisement
Konark

Untitled

May 10th, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.41 KB | None | 0 0
  1. /* top border on dropdown */
  2. .fusion-main-menu .sub-menu { border-top: 1px solid #ffffff; }
  3.  
  4. /* Center footer widgets on mobile */
  5. @media only screen and (max-width: 800px) {
  6. .fusion-footer #text-4 .fusion-button-wrapper.fusion-alignright {  float: none; margin: 0; }
  7. .fusion-footer #social_links-widget-2 .fusion-social-networks.boxed-icons { text-align: center;}
  8. .fusion-footer .widget .fusion-social-networks.boxed-icons .fusion-social-network-icon:last-child { margin-right: 0;}
  9. .fusion-footer #text-4 { text-align: center; }
  10. .fusion-footer .fusion-columns .fusion-column { margin-bottom: 25px;}
  11. }
  12.  
  13. @media only screen and (max-width: 731px) {
  14.     .fusion-image-wrapper img {
  15.         width: 100%;
  16.     }
  17.    
  18.     .fusion-rollover {
  19.         -webkit-box-align: flex-end;
  20.         -webkit-align-items: flex-end;
  21.         -ms-flex-align: flex-end;
  22.         align-items: flex-end;
  23.     }
  24.    
  25.     .fusion-rollover-content {
  26.         padding: 0 0 105px;
  27.     }
  28.    
  29.     .nonhundred-percent-fullwidth {
  30.         padding: 20px 0 !important;
  31.     }
  32.    
  33.     .nonhundred-percent-fullwidth .fusion-filters {
  34.         padding: 0 30px;
  35.     }
  36.    
  37.     .fusion-image-wrapper .fusion-rollover {
  38.         background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 99%) !important;
  39.     }
  40.    
  41.     .fusion-portfolio-1 .fusion-portfolio-wrapper .fusion-col-spacing {
  42.         padding: 5px !important;
  43.     }
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement