How to move the menu text

Hi!

I’m not sure if I accidentally changed something somewhere, but my menu is so high up that it’s usually blocked by the WordPress bar when I’m logged in. Is there a way to move the text to about halfway down the logo?

This is the website: http://fsitest.x10host.com/

Hi @fsitest,

I hope you are well today and thanks for posting here.

You can try resolving this issue by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

body.admin-bar nav.navbar.navbar-default.navbar-fixed-top {
    top: 30px;
}

Best Regards,
Movin