Salient Theme Masonry Blog Classic Style Padding Between Menu Bar And Category Archive Title

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;
}

Share this:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

>