Home Forums Basel support forum Full width header

Full width header

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

    ginhim
    Participant

    Hi there,
    The first header layout option (the one with logo in the centre, the menu links on the left and the shopping icons on the right), isn’t looking right.
    The menu links have lots of white space on the left, making everything seem off balance. How can I fix this issue? All of the other layouts look fine.

    #3721

    Artem Temos
    Keymaster

    Hello,

    Thank you so much for using our theme.

    We would be glad to help you, but we can’t see your web-site now since you have activated a maintenance mode. Could you please provide us your admin access?

    Regards

    #3725

    ginhim
    Participant

    No worries refer to the private content. thanks!

    #3737

    Artem Temos
    Keymaster

    Thank you.

    To decrease white space from left side of menu links and right after the icons you can use the following code snippet. Just place it to the Custom CSS section in Theme Settings

    .header-full-width .main-header>.container {
    width:98%;
    }

    And here is a code also for decreasing space between menu items if needed

    
    .main-nav .menu>li>a {
        padding-left: 8px;
        padding-right: 8px;
    }

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)