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

    Hi there

    Can you please tell me why the logo and menu are so widely spaced i.e. the logo is at the far left and the navigation at the far right? I’d like to bring them in closer so that they line up with the site content and reduce the white space between logo and navigation.

    Could it be something in the CSS causing this?

    Many thanks

    #901905

    Hey Picante,

    It stays within the contain width, which looks to be 96% on your site. Do you want to set the header container width to a fixed pixel value maybe? If so, then which value?

    Best regards,
    Rikard

    #902107

    Hi Rikard

    Yes please, so that it is in line with the main page content (which I think is 1400 px).

    #902601

    Hi,

    Thanks for the feedback. Please try the following in Quick CSS under Enfold->General Styling:

    .av_header_stretch .container {
        width: 1400px !important;
        max-width: 100% !important;
    }

    Best regards,
    Rikard

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