The padding between the top navigation menu, and the category title & link can be reduced on the Salient Theme.
See before and after…
Before:
After:
Instructions:
The following CSS can be added to wp-admin > Salient > General Settings > CSS/Script Related to display the category archive title (which links to the category archive page) a little higher on the page by reducing the gap between itself and the menu.
.single .heading-title[data-header-style="default_minimal"] { border-bottom: 0 none; padding-top: 0px; text-align: center; }
Leave a Reply