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

    Hello!
    I was able to add the code provided in the documentation to child theme functions.php, and create a header widget. It’s defaulting to the upper left of the header area. I have a Center Logo, Menu Below, header, custom size (173px height). I want the widget to be placed on the right side of the open space in the header. When I implement the CSS to place the widget it breaks the styling and creates a hamburger menu. (a login graphic with link to another site), and offsets the primary logo. Is there a different solution? Back up would be a secondary menu in the small bar at the top, but I’d want that to be a button, not just text.

    #1496453

    Hey mattb1169,

    Thank you for the inquiry.

    We are not seeing the widget in the header, only the submenu on the top header. Did you remove the header widget? Please add it again so we can inspect the elements properly.

    Best regards,
    Ismael

    #1496482

    I have added the widget back to the header. Need some help still with the CSS so it is positioned in the center to the right of the logo. The flexbot css I tried broke the header (2 burger menus and logo pushed off center to right) Thank you!

    #1496489

    Hi,

    Thank you for the update.

    This css code should help:

    #top #header_meta .phone-info {
        position: absolute;
        right: 50px;
        top: 80px;
    }

    Result:

    BKAvFTb.md.png

    Best regards,
    Ismael

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