Home Forums Basel support forum Double menu

Double menu

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

    Suzanne van Breda
    Participant

    Hi,

    I used the double menu with the central logo for my website’s header.

    The spacing of the main navigation on each side of the logo is not equal, please refer to the attached screenshot.

    Kind regards,
    Suzanne

    Attachments:
    You must be logged in to view attached files.
    #14574

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .header-split .left-side {
      position:absolute;;
      left:0;
    }
    
    .header-split .wrapp-header {
    	position:relative;
    }
    #14577

    Suzanne van Breda
    Participant

    Thanks, that resolved the problem.

    #14586

    Artem Temos
    Keymaster

    You are welcome!

Tagged: 

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