Site logo

Archived topic

Navigation is overlay Page section in Target pre-built theme

1 reply · Started by Trạng on October 3, 2021

Viewing posts 1–2 of 2

As title, I meet this problem with Target pre-build theme.

Screenshot here

Hi there,

go to Customizer > Additional CSS and look for this:

@media (min-width: 769px) {
    body:not(.home) .inside-article, .sidebar .widget, .separate-containers .comments-area {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
    }

    body:not(.home):not(.woocommerce) .site.container {
        margin-top: -40px;
    }
}

Delete this part of the CSS:

body:not(.home):not(.woocommerce) .site.container {
    margin-top: -40px;
}
This archived topic is closed to new replies.