[Support request] Header Widget Vertical Alignment

Home Forums Support [Support request] Header Widget Vertical Alignment

Home Forums Support Header Widget Vertical Alignment

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1333383
    johnzoro

    I know this has probably been asked before and I did read through a few topics, but on my website the logo is vertically ok but i have put a 468 x 60 banner next to it and i want that to be in the middle vertically so it doesn’t look like it does where it’s just at the top.

    #1333456
    Leo
    Staff
    Customer Support

    Hi there,

    I’m not seeing a header widget added.

    Can you add it in so I can see the issue and provide the best solution?

    Let me know ๐Ÿ™‚

    #1333468
    johnzoro

    It’s there

    #1333672
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    @media(min-width: 769px) {
        .inside-header {
            display: flex;
            flex-direction: row-reverse;
            align-items: center;
        }
        .site-logo {
            margin-right: auto;
        }
    }
    #1333833
    johnzoro

    That fixed it David!

    But yeah weird, it shows in google chrome, but not firefox for some reason?

    #1333844
    David
    Staff
    Customer Support

    Looks fine to me on Firefox – browser caching ?

    #1677843
    jonathan

    Hi, I’ve used this code but my button is still not centered completely vertically. I was wondering if you had any thoughts.

    https://milltownweb.com/newbrookfarm/

    Thanks!

    Jon

    #1677847
    Leo
    Staff
    Customer Support

    Try this as well:

    .header-widget p {
        margin-bottom: 0;
    }
    #1678033
    jonathan

    Perfect! thanks Leo!

    #1678099
    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.