• Please take a look at this page:

    https://wp.sonomasites.com/wp4/

    Trying to figure out how to remove the menu that is to the right of the logo…? I have my main menu set to be located in the header bar; can’t figure out how to get rid of that other one.

    Also, how can I increase the top margin in the header bar so that the menu there is not flush with the top of the bar? Would like it vertically centered like the social links there. I tried deleting all of my styles in Editor but that didn’t change it.

    Thanks, Melissa….

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey there! Once again, pretty site! ??

    So for the first question, you’ll need to create an empty menu and assign it to the primary menu location. Alternately you can hide it via CSS in the child theme.

    For the second question — looks like you have set the line height of the typography in the header bar to 0. This is found in the Customizer under Typography → Header Bar Text. Set it to something between 1-2 for best results probably.

    Thread Starter jess888

    (@jess888)

    Empty menu worked, merci!

    When you add to the line height in the header bar tex, the entire bar gets taller…?

    Yes, because the height is based on the elements inside the header bar. ??

    Thread Starter jess888

    (@jess888)

    I found a way to add some space above the menu in the header bar whilst keeping the line height at normal:

    .header-bar-menu {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    }

    ambrej

    (@ambrej)

    Hello,

    I switched my wordpress them to the Make theme yesterday and many things translated well. However, I had one page titled “Blog” that is now titled “Sold and Purchased”, but when I view that page it shows the text “From Blog” at the top because that was the “original” source. See here:

    https://www.homesweetpdx.com/category/green-listings/

    Can you please tell me how to correct this?

    Thanks!

    Melissa

    (@emdashing)

    @ambrej — we can definitely help, but can you start a new thread, since your problem isn’t related to the original poster’s? It helps keep the support forums tidy. ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove primary menu location, header top maring’ is closed to new replies.