Home Forums WoodMart support forum Icons space Reply To: Icons space

#75340

Hello,

Please add this code to the Theme settings > Custom CSS > Global

.elements-grid {
	position: relative;
}

.elements-grid:after {
	content: ""!important;
	display: block!important;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	border-right: 1px solid white;	
}

Best Regards