Home › Forums › WoodMart support forum › How to reduce margin in WP Bakery or another solution ? › Reply To: How to reduce margin in WP Bakery or another solution ?
September 23, 2023 at 5:13 pm
#498645
Artem Temos
Keymaster
Hi,
In order to do that, add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS
@media (max-width: 767px){
.wd-categories-wrap .category-grid-item .wd-entities-title {
text-align: left;
}
}
You also need to increase line-height
value on mobile to make the title readable https://prnt.sc/TbCmYQKKBc9f
Regards