Home / Admin / Additional Default Styling
Duplicate Snippet

Embed Snippet on Your Site

Additional Default Styling

Additional styling for all websites

<10
Code Preview
css
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.mobile-only {
    display: none;
}
.comment_container {
	padding: 1.5rem;
	background: #fff;
	box-shadow: 0 0 30px 30px rgba(0,0,0,0.05);
}
.no-padding-col .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.w-filter.layout_ver .w-filter-item, .w-filter.state_mobile.layout_hor .w-filter-item {
	padding: 1.5rem;
	box-shadow: 0 0 30px 30px rgba(0,0,0,0.05);
}
.blog-header .w-post-elm.post_date {
    display: block;
}
#chat-box:hover .w-iconbox-icon:before {
	background: #1a1a1a;
}
.footer-logos img {
	max-height: 50px;
	height: auto;
	width: auto;
}
.split-block-left {
	float: right;
}
footer {
	content-visibility: auto;
}
@media screen and (max-width: 768px) {
	body:not(.rtl) .w-hwrapper.align_none>* {
		margin-left: auto !important;
	}
	body:not(.rtl) .w-hwrapper.align_none>*:last-child {
		margin-right: auto !important;
		margin-left: 0 !important;
	}
	
	.us_custom_983eef0d, .us_custom_e08daf9e {
		right: 3rem !important;
	}
	.footer-logo {
		text-align: center;
	}
    .hide-mobile {
        display: none;
    }
    .mobile-only {
        display: block;
    }
	.g-cols.type_boxes>.wpb_column.stretched {
		width: 100%;
	}
	.g-cols.type_boxes>.wpb_column.stretched:first-of-type {
		width: auto;
	}
	.g-cols.type_default>div[class*="vc_col-xs-"] {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}

Comments

Add a Comment