38 lines
1.2 KiB
CSS
38 lines
1.2 KiB
CSS
/* stylelint-disable no-descending-specificity */
|
|
.ilightbox-holder.supportTouch div.ilightbox-container {
|
|
overflow: visible;
|
|
}
|
|
.widget.tweets.fusion-widget-align-right .jtwt .jtwt_tweet {
|
|
padding-left: 0;
|
|
padding-right: 45px;
|
|
}
|
|
.widget.tweets.fusion-widget-align-right .jtwt .jtwt_tweet:before {
|
|
margin-left: 0;
|
|
right: 0;
|
|
}
|
|
.widget.tweets.fusion-widget-align-center .jtwt .jtwt_tweet {
|
|
padding: 0;
|
|
}
|
|
.widget.tweets.fusion-widget-align-center .jtwt .jtwt_tweet:before {
|
|
top: 0;
|
|
position: relative;
|
|
margin: 0;
|
|
}
|
|
.widget.tribe-events-list-widget.fusion-widget-align-right .tribe-events-list-widget-events {
|
|
justify-content: end;
|
|
}
|
|
.widget.tribe-events-list-widget.fusion-widget-align-center .tribe-events-list-widget-events {
|
|
justify-content: center;
|
|
}
|
|
.fusion-body .fusion-footer-widget-area-center .widget.tweets:not(.fusion-widget-align-left):not(.fusion-widget-align-right) .jtwt .jtwt_tweet {
|
|
padding: 0;
|
|
}
|
|
.fusion-body .fusion-footer-widget-area-center .widget.tweets:not(.fusion-widget-align-left):not(.fusion-widget-align-right) .jtwt .jtwt_tweet:before {
|
|
top: 0;
|
|
position: relative;
|
|
margin: 0;
|
|
}
|
|
.no-desktop-totop .to-top-container {
|
|
display: none;
|
|
}
|