[Resolved] Main Menu Position can not change

Home Forums Support [Resolved] Main Menu Position can not change

Home Forums Support Main Menu Position can not change

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1421684
    xavyconect

    Hello,

    Using Mike Oliver’s Dev theme.
    I can not change the position of the main menu despite using the customizer.

    Here is a video:

    [video src="https://media.publit.io/file/menu-posi_10.mp4" /]

    Thank you!

    #1421956
    David
    Staff
    Customer Support

    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.

    #1421976
    xavyconect

    Hello,

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

    Were you able to watch the video?

    Thank you!

    #1422046
    Leo
    Staff
    Customer Support

    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 ๐Ÿ™‚

    #1422098
    xavyconect

    Hello,

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

    Thank you!

    #1422155
    Leo
    Staff
    Customer Support

    Ahh I see the misunderstanding here.

    The Navigation location is set to Float right:
    https://docs.generatepress.com/article/navigation-location/

    Which means the alignment option won’t actually work.

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

    #1422244
    xavyconect

    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!

    #1422282
    Leo
    Staff
    Customer Support

    Yeah CSS is required for fine adjustment like that.

    Try this:

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

    Hello,

    It worked!
    Thank you very much!

    #1422375
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.