Adding a gap above post titles

Hi there,

I have an overhanging logo from my custom headers (by design) which works for most pages besides the portfolio page and a blog posts page now.
However, it now interferes with the blog page, the posts pages and portfolio page (agency demo). Is there some global CSS that would implement a gap for this area? Here are some screenshots of the problem…

Hello @discomatt,

Thanks for writing in! To better assist you with your issue, kindly provide us access to your site so that we can check your settings. Please create a secure note with the following info:
– Link to your site
– WordPress Admin username / password

To know how to create a secure note, please check this out: https://theme.co/apex/forum/t/how-to-get-support/288

Regards.

Hello @discomatt,

Since your header logo image overhangs, you need to add a space below the header. To resolve that, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-container.max.width.main {
    margin-top: 120px;
}

Feel free to adjust the value if your need more space.

That did the trick, thanks!

You’re welcome, @discomatt.

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