Archived topic
css help
1 reply · Started by johnaps on January 2, 2022
Hello!
Can you give me handing help for making this element button.menu-toggle go in the back when the search input bar is active?
https://imgur.com/a/tMesFN5
Notice: be careful, cause i want this <a aria-label="Close Search Bar" href="#"> element to stay on top, aka the search close button.
I thank you in advance!!!
Hi there,
I don't see a way based on all the CSS you added and the current header structure.
If it's a default header, when the search bar is activated, it should automatically cover the entire row.
I would suggest using flexboxCSS instead of position:absolute;to re order the header on mobile.