[Resolved] Main Navigation jumps down when zooming, instead of moving closer to Header Img

Home Forums Support [Resolved] Main Navigation jumps down when zooming, instead of moving closer to Header Img

Home Forums Support Main Navigation jumps down when zooming, instead of moving closer to Header Img

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #366662
    Kelly

    Hi, When I zoom in to about 175% – my main navigation seems to jump down but I need to be able to move closer to the Header Image

    Is there some padding somewhere that is preventing this? See here:
    https://dev.uccmpolice.com/

    #366739
    Leo
    Staff
    Customer Support

    Hi there,

    Just looks like there is not enough room when you zoom in that much.

    Sorry just curious what’s the purpose of zooming in 175%?

    #367330
    Kelly

    Hi,
    Thanks for your reply.

    I zoom in that much as that is what it may look like on a iPad on similar screen size.
    I zoom in all the way to see what it would look like on a mobile phone.

    I guess I will just make the menu font size a bit smaller

    Thanks for your help ๐Ÿ™‚

    #367333
    Leo
    Staff
    Customer Support

    Ahh that’s not the way to do it.

    You want to resize the browser window instead of zooming in ๐Ÿ™‚

    Or you can use the toggle feature at the bottom of the customizer.

    #367340
    Kelly

    Ah Ok,

    One more question

    I want the Main Menu to line up next to to the Logo.
    When I do Navigation Location: Float Left it moves the header-image to be on the right side

    Currently it’s set to Navigation Location: Float Right – but I want it to be closer to the header-image, is that possible?

    http://dev.uccmpolice.com

    Edit: Or is there a way that I can set the Menu to Float Left and not have the main header-image jump over to the right hand side of the page?

    #367397
    Leo
    Staff
    Customer Support
    #367435
    Kelly

    Yes! That fixed it:

    .nav-float-right .inside-header .main-navigation {
    float: none;
    display: inline-block;
    vertical-align: middle;
    }

    Thanks so much.

    #367437
    Leo
    Staff
    Customer Support

    No problem!

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