How to change space between blog post title and navbar

I’m trying to increase the padding between the blog title and the nav-bar on a post. I could perhaps change it for the entire site by editing the css stylesheet - but I only want to change it for blog posts.

If you go to for example: https://blastvintners.com/domaine-des-miroirs/ you can see the issue, I hope, the title is nearly in line with the logo.

I’ve tried lots of copy and paste css instructions but none of them have changed anything.

Any help incredibly gratefully received - I’m tearing my hair out!

Yours,

Joe.

Hi Joe,

Upon checking your website, I could see that your X theme is outdated.

The X-Shortcodes plugin has been replaced with Cornerstone plugin.

To fix this issue, please update your theme & plugin to the latest version.

The update guide:

The changelog:

https://theme.co/changelog/

Hope it helps :slight_smile:

Will updating it change this problem?

Hi Joe,

The quick solution would be adding this CSS to your global or Customizer’s custom CSS.

.masthead {
min-height: 80px !important;
}

Your theme and plugins are quite old, updating it may break your site. So please test and update it first in a staging.

Some hosting have staging feature which you can easily use, but if not, you can simply clone your site into a sub-domain or sub-folder and that will be your staging. And you can clone your site by using All in one migration plugin and export your live site as a FILE, then import that file to the installed Wordpress in your sub-domain or sub-folder using the same plugin.

Then do the updated and possibly, fixes in your staging. And once are all fixed and ready, you can use All in one migration to transfer the updated copy from staging back to your live site.

Thanks!

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