Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* top border on dropdown */
- .fusion-main-menu .sub-menu { border-top: 1px solid #ffffff; }
- /* Center footer widgets on mobile */
- @media only screen and (max-width: 800px) {
- .fusion-footer #text-4 .fusion-button-wrapper.fusion-alignright { float: none; margin: 0; }
- .fusion-footer #social_links-widget-2 .fusion-social-networks.boxed-icons { text-align: center;}
- .fusion-footer .widget .fusion-social-networks.boxed-icons .fusion-social-network-icon:last-child { margin-right: 0;}
- .fusion-footer #text-4 { text-align: center; }
- .fusion-footer .fusion-columns .fusion-column { margin-bottom: 25px;}
- }
- @media only screen and (max-width: 731px) {
- .fusion-image-wrapper img {
- width: 100%;
- }
- .fusion-rollover {
- -webkit-box-align: flex-end;
- -webkit-align-items: flex-end;
- -ms-flex-align: flex-end;
- align-items: flex-end;
- }
- .fusion-rollover-content {
- padding: 0 0 105px;
- }
- .nonhundred-percent-fullwidth {
- padding: 20px 0 !important;
- }
- .nonhundred-percent-fullwidth .fusion-filters {
- padding: 0 30px;
- }
- .fusion-image-wrapper .fusion-rollover {
- background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 99%) !important;
- }
- .fusion-portfolio-1 .fusion-portfolio-wrapper .fusion-col-spacing {
- padding: 5px !important;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement