• Resolved cercet

    (@cercet)


    Hello Ben,
    Now I have issues with header because of logo and primary menu relation, my questions are never ending:)):
    1.I alligned my logo to the center and also increased the size but it causes primary menu to go do under the logo, near the first featured image, I want it to stay right under the social logos on the header part.How can i provide that?
    2. If the first question doesn’t have anysolution, I decided to use secondary menu and the question is:how can i make the background color white under the secondary menu text? this is my site : https://www.itscer.com/ and I really don’t like how the top part looks like.
    3.Also is there any way to add a background color to primary menu? or adding a line between two parts? so that i can divide header part from the posts part in the front page
    The main thing is I try to display the a hierarchy and a difference between header and middle(posts )part. That’s why I am asking those questions.
    I searched all questions as far as ? can, if these were asked and I missed it, sorry about that.
    Hope you can help me
    Thanks in advance:)

Viewing 7 replies - 1 through 7 (of 7 total)
  • CypressWebs

    (@jmeyer2485)

    I think if you center the main nav it looks OK

    .menu-primary, .menu-primary-tracks {
        border-bottom: 2px solid #000;
        text-align: center;
    }

    Make sure to use a Child Theme or CSS Editor

    Thread Starter cercet

    (@cercet)

    woww THANK YOU:), used the code and I really liked what I see now.(using the chikd theme btw)

    still curious about how to change the background of the secondary menu I might use that in the future.
    again Thank you so much for that ,it really helped me:):)

    CypressWebs

    (@jmeyer2485)

    Add the secondary menu again I’ll take a look

    Thread Starter cercet

    (@cercet)

    Ok I added it.

    Theme Author Ben Sibley

    (@bensibley)

    @jmeyer2485 thanks for helping out!

    @cercet the following CSS will change the background of the top navigation to white:

    .top-navigation,
    #menu-secondary-items {
      background: #fff;
    }
    Thread Starter cercet

    (@cercet)

    yepp it totally worked, thank you Ben, you are very helpful as usual:)

    Theme Author Ben Sibley

    (@bensibley)

    No problem!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘the location of primary menu’ is closed to new replies.