Navbar on top of my blog post

Hey, I know I extended my header to navbar to reach down a little bit lower but now its taking up some of the blog and about pages text and I would like to know how to push it down. You can see what I mean here: http://alldayprogress.com/tai-lopez-gary-vaynerchuk-grant-cardone . Also I was wondering if I could make a border on the bottom of the navbar to seperate the two, something like this: .

Let me know if you need anything else please and thank you :slight_smile:

Hi There,

To fix this issue, please add the following CSS under Customizer > Custom > Global CSS:

body.x-navbar-fixed-top-active .x-navbar-wrap {
    height: 103px;
}

.x-navbar {
    border-bottom: 1px solid #0d577b;
}

.page .x-main.left .hentry .entry-featured, 
.single-post .x-main.left .hentry .entry-featured {
    margin-top: 0;
}

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.