menu is not lining up like my design

  • I would like for my menu items, phone and button to line up more like my image.

    Also, have the wording underneath the logo be added and separate. Is there a function to get realtime number of Google Reviews also?

  • Hi there,

    For the phone number, you need to remove its margin-bottom, and add this CSS:

    div#primary-menu + span > svg {
        position: absolute;
        bottom: 100%;
    }

    For the Google review, I don’t know, you will need to do some research, maybe a plugin can do this.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.