Site logo

Archived topic

Changing Main Navigation from Vertical to Horizontal

9 replies · Started by Jennifer on January 15, 2022

Viewing posts 1–10 of 10

Hi,

I am looking to change the main Navigation Style from Vertical as you see on universallyfound.com

None of the settings are able to change it.

Thank you in advance for any guidance.

J

Hi there,

I'm not sure what you meant by changing it from vertical to horizontal?

The password provided isn't working for me for the viewing access.

Please confirm.

Thanks!

HI Leo,

Thank you for the quick response!

The menu is going top to bottom on the right and I would like to horizontally across the top, to the right of the logo.

I could send a screengrab but there is no where to upload.

The login is working on my end. Please try again when you have a moment.

Jennifer

Hmm it shouldn't be like that by default.

Can you disable all plugins except GP Premium to test?

I'm still unable to access the site as I'm stuck on this page:
https://www.screencast.com/t/kBfM4tdm

The 2 passwords you've provided didn't work here.

Ok,

Everything has been disabled.

Thank you

Go to Additional CSS field in the customizer and remove this:

.main-navigation .inside-navigation {
	padding: 10px;
}

/* Center main nav */
@media (min-width: 1300px) {
    .main-navigation .inside-navigation .main-nav {
	  position: absolute;
	  left: 50%;
	  transform: translateX(-50%);
   }
}

Thank you!

No problem :)

This archived topic is closed to new replies.