Home › Forums › WoodMart support forum › Top Bar information box problem/bug › Reply To: Top Bar information box problem/bug
September 20, 2018 at 9:46 am
#78120
Elise Noromit
Member
Hello,
Add this code to the Theme settings > Custom CSS:
.woodmart-info-box.icon-alignment-left .box-icon-wrapper {
max-width: 50%;
margin-right: 10px;
}
If you want closer decrease this value margin-right: 10px;
Best Regaards