Logo in the Center of Primary Menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1428368
    ERIN
    Participant

    Hello.

    Could you please advise on how to make the site logo appear in the middle of my primary menu?

    At the moment, my additional CSS is like so:

    #masthead {
    	position: sticky;
    	top: 0;
    	z-index: 10;
    	size: 50px
    float: none;
    display: flex;
    justify-content: center;
    }

    This is how it looks:
    Logo on the left of primary menu

    But I’d like it to appear like this instead:
    Logo in the center of primary menu

    (If possible, I also want to reduce the top and bottom padding but haven’t found the right css code either)

    p/s: this is a sticky header.

    #1429341
    J. Davis
    Keymaster

    Hi Erin,

    Thanks for your question. Could you please provide URL to your site to help you find the needed style? Thanks

    best regards,
    John Davis

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