Site logo

Archived topic

Main Menu Position can not change

9 replies · Started by xavyconect on August 28, 2020

Viewing posts 1–10 of 10

Hi there,

the link to your website is not loading, can you check this so i can take a look at what the problem is.

Hello,

Are you asking about the website where the problem exist?
https://xavyconnect.com

Were you able to watch the video?

Thank you!

The option should definitely work.

Any chance you can disable all plugins except GP Premium to eliminate conflicts from other plugins first?

Let me know :)

Hello,

I deactivated all the plugins but GP Premium.
NO progress. Same result. Not able to change menu position.

Thank you!

Hello,

I do not understand what you mean by this:

Instead of setting the alignment to left, just the navigation location to float left.

I noticed when I place the menu above or below the header, the alignment works. When placed float right or float left, I can not move the menu location. It is just an absolute position.
I would like to move the menu a couple of pixels to the left, when place float right, but this can not be done. Can I do via CSS perhaps? If so, can you show me?

Thank you!

Yeah CSS is required for fine adjustment like that.

Try this:

@media (min-width: 769px) {
    .main-navigation {
        margin-right: 50px;
    }
}

Hello,

It worked!
Thank you very much!

No problem :)

This archived topic is closed to new replies.