Home › Forums › Weaver Xtreme Theme › Header spacing › Reply To: Header spacing
May 3, 2022 at 04:10 UTC - Views: 31
#70714
Moderator
You added a custom CSS rule in the theme Global custom CSS Rule box that affects the left sidebar only
#primary-widget-area li a {line-height:25px;}
If you want both like the left, add the right sidebar in the selector
#secondary-widget-area li a, #primary-widget-area li a {line-height:25px;}
If you want both like the right , delete the rule