Page title hidden by the navbar

Hi there!

I have a slight issue with my website. Depending the size of the window or the device, the navbar tends to come on top of the page title and hide it. The only solution I found was to add a margin on top of the title, but then it’s really not looking great… Is there any way to leave the same gap between the navbar and the page title, but avoiding the issue?

Here are a few images so that you can see what I’m talking about. :slight_smile:

(The images are from this page: https://wercury.ch/prestations/, but it happens on all the pages)

Thanks a lot for your help! Don’t hesitate if you need any more infos.

Hi There,

Thanks for asking!

The problem would simple solve if you remove the sticky option of the header. If you go with sticky option of the header here my suggestion.
The theme has some standard responsive breakpoints and if they’re not working for you, then the theme can be customised using some CSS code, but this is generally beyond theme support.

You can learn more about using CSS media queries to adjust how content is displayed at different widths here:

As you’ll need to know which parts to target with your CSS, here’s a guide on selectors:

If you’re uncomfortable with making changes in this way, then you do have a few other options…

  1. You could always hire a developer to make the changes for you.
  2. You could reduce the number of items in your navigation.
  3. You could reduce the font size of your navigation items.
  4. You could reduce the space between navigation items.
  5. You could reduce the letter-spacing of your navigation items.

Many of the above suggestions can be done using the theme options, thus negating the need for any coding at all.
I hope that these help you to achieve a look that you’re happy with. Have a great day!

Thanks

Hey there,

Thanks a lot for all this information!

I managed to work it out by reducing the font size slightly and reducing the space between the items. Works well with me, easier than the breakpoints/selectors option. If I have time one day, I’ll look into it more precisely.

Thanks again a lot. :slight_smile:

Glad we were able to help :slight_smile:

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