Home › Forums › Weaver Xtreme Theme › Header spacing › Reply To: Header spacing
April 22, 2022 at 04:21 UTC - Views: 43
#70658
Moderator
The widgets are done differently, but the centering appears to come from a custom CSS rule you added in the theme Global Custom CSS Rule box
.widget-title {text-align:center;margin-bottom:5px;}
Remove the align property in there
.widget-title {margin-bottom:5px;}
Or delete the rule all together if you do not want the margin either