[Support request] move logo & title in header

Home Forums Support [Support request] move logo & title in header

Home Forums Support move logo & title in header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #815916
    CRISTO

    I want to move the logo in my header a bit to the right, so that the left side of the logo aligns with”home” on the Nav menu. Along with that, the title would need to move to the left as well. I am using some css through simple css but am afraid to change anything since css is way above my head.

    btw I know it would probably be best to have the logo and name all together in one space, but I don’t know how to do that.

    #815993
    David
    Staff
    Customer Support

    Hi there,

    you currently have the header set to Full Width – can you go into Customizer > Layout > Header –> Inner Header Width and set this to contained. (on large screens the logo is way over to the left hand edge) Then i can look at the CSS you need.

    #816001
    CRISTO

    Thanks…I made that change.

    #816065
    David
    Staff
    Customer Support

    Hi there,

    add this CSS:

    .inside-header {
        max-width: 1300px;
    }

    Note on smaller screens the navigation will move slightly left of the logo edge. Not much we can do without removing the logo padding which means it would touch the edge of the browser.

    How would you ideally like the Site Title positioned?
    e.g Below the logo, or in its current position but aligned vertically… let me know

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