Site logo

[Resolved] Site Header Logo and Primary Navigation Alignment

Home Forums Support [Resolved] Site Header Logo and Primary Navigation Alignment

Home Forums Support Site Header Logo and Primary Navigation Alignment

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1499460
    Jatin

    Hi Guys,

    Can you please advise how can i align my Site Logo and Primary Navigation as shown in the screenshot.
    There is a slight gap which i have shown with a Red line where i want it to be aligned.

    #1499728
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    @media(min-width: 1345px) {
        .nav-below-header .main-navigation .inside-navigation.grid-container {
            padding-left: 0;
        }
        .inside-header {
            padding-left: 0;
        }
    }
    #1500101
    Jatin

    Works fine. Thanks David.

    #1500105
    David
    Staff
    Customer Support

    Glad to hear that!

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