Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #808717

    I’ve previously received a solution to the above request, however, I am now facing a new error. When the browser is resized, the header widget overlaps menu items, making the affected links inoperable.

    Solution? Thanks!

    #808757

    Hey detoi,

    Please provide a link to the site. If it is in the previous thread that link only takes me to a coming soon page.

    Best regards,
    Jordan Shannon

    #808797

    I currently do not have content in the widget. The problem seems to be that the widget is too big for the header and therefore the div overlaps the menu. I attempted to set the height in css but that made no difference.

    #809052

    Hi,

    Can you place the intended text back within the widget?

    Best regards,
    Jordan Shannon

    #809170

    Hi Jordan, I added text back into widget and changed CSS to the following and it’s working fine now! Thanks for all your help.

    #header .widget {
    left: auto;
    right: 90px;
    padding: 0;
    position: absolute;
    top: -20px;
    bottom: 0;
    transform: translate(-0%);
    z-index: 999999;
    font-size: 22px;
    }

    #809424

    Hi,

    I am glad this is working. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Adding a widget area to the header’ is closed to new replies.