This topic has 3 replies, 2 voices, and was last updated 10 years by Laura.

  • Author
  • #104237
     Dmitry
    Participant

    Hello,

    Can you advise me a quick CSS to move navigation bar to the right side of the header, like it is made on this nice site

    https://www.tedcruz.org/

    #104490
     Laura
    Moderator

    Hello, try adding this to style.css of child theme

    COPY CODE
    
    #header .kleo-main-header .container {
        max-width: 1600px;
    }
    .navbar-header {
        margin-left: 5% !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #104509
     Dmitry
    Participant

    Hello, thank you for your advise. This code is working better (percents instead of px in header max-width)

    #header .kleo-main-header .container {
    max-width: 100%;
    }
    .navbar-header {
    margin-left: 5% !important;
    }

    But I still have white gaps between colored items of menu, and white gap to the right of the last colored item. Can’t find how to make them look like exactly like here https://www.tedcruz.org/
    May be you’ll take a look once more how to achieve it. Thank you.

    #104604
     Laura
    Moderator

    Hello, try adding this to style.css

    COPY CODE
    
    li#menu-item-8385 {
        width: 15%;
    }
    

    For more edits you will need to hire a freelancer 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?