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!
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
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.
Hi,
Can you place the intended text back within the widget?
Best regards,
Jordan Shannon
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;
}
Hi,
I am glad this is working. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon