Home › Forums › WoodMart support forum › Set width title header? › Reply To: Set width title header?
January 16, 2018 at 6:44 pm
#33719
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS section for desktop devices only
.page-title {
max-width: 1192px;
width:95%;
margin-left:auto;
margin-right:auto;
}
Regards