Code

Code or pre tag maybe used to paste fragments of code without breaking the formatting. For some people this shrotcode is very useful. If you would like to make a layout with featured section without breaking white space formatting this is the shortcode to use. Like all of Blaszok’s shortcodes this one is also available through VisualComposer, which offers a simple drag & drop interface to build complex pages with ease.

[mpc_vc_deco_header type=”h5″ text=”Full Width Code”]
.comments {
	font-size:11px
}

.post p {
	position:relative;
	z-index:5;
}

.post_info {
	clear:both;
	text-align:right;
}

.post_info p {
	margin:0; 
	font-style:italic;
	line-height:1em;
	font-size:11px
}

.post_info p a {
	font-weight:bold;
	text-transform:uppercase
}
[mpc_vc_deco_header type=”h5″ text=”Column Code”]
.post p {
	position:relative;
	z-index:5;
}

.post_info {
	clear:both;
	text-align:right;
        text-transform: uppercase;
        font-size: 1.2em;
}
.post_info p {
	margin:0; 
	font-style:italic;
	line-height:1em;
	font-size:11px
}

.post_info p a {
	font-weight:bold;
	text-transform:uppercase
}
[mpc_vc_deco_header type=”h5″ text=”Shortcode attributes”]
  • content – set the content of the code.
X