[Resolved] Menu positioning

Home Forums Support [Resolved] Menu positioning

Home Forums Support Menu positioning

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1139505
    Radek

    Hello, what is best way to positioning menu like this ss ? Thank you.

    #1139709
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    What exactly would that dark area be? A page hero? The site header?

    Let me know πŸ™‚

    #1139917
    Radek

    Hi Tom. I donΒ΄t know. It depends what gets better. Looking for solution GPP + no builder. I don’t know all the possibilities of elements, but I think I can’t use merge function because of white area behind site logo or I’m wrong ? Or I must use merge to positioning menu to bottom right ? What about white header area then ? Really need help with this πŸ™‚ Thank You very much.

    #1140120
    David
    Staff
    Customer Support

    Hi there,

    will the background to the ‘dark area’ be the same throughout the site ? Or will it change e.g use the Featured Image?

    #1140125
    Radek

    Hi David, I think it’ll be on static pages only, so I can set images manually. But better be prepared for both πŸ˜‰

    #1140763
    David
    Staff
    Customer Support

    And the UVOD text is that variable? e.g Page title?

    #1140931
    Radek

    Yes. I added testing website URL to first post, so we can play about that there πŸ˜‰

    #1141206
    David
    Staff
    Customer Support

    Looks like you sorted it ?

    #1141253
    Radek

    I just used Your code:

    add_action( 'after_setup_theme','craig_move_navigation' );
    function craig_move_navigation() {
        remove_action( 'generate_after_header', 'generate_add_navigation_after_header', 5 );
        add_action( 'generate_after_header', 'generate_add_navigation_after_header', 15 );
    }

    and then added to CSS:
    .main-nav {
    margin-top: -65px
    }
    Is it clean solution ?

    #1141258
    David
    Staff
    Customer Support

    Its a good and very simple solution πŸ™‚
    Thanks for sharing

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