I noticed our search box is popping up in front sometimes and behind everything sometimes. If you go to my homepage, www.Bead3.com and type "red" in the search box it pulls up in front. If you type in "royal" in the search box it pulls up in the back. I have not done any editing to the search box so I am not sure why this is happening. Anybody have any ideas? Thank you for the help!
Announcement
Collapse
No announcement yet.
Search Box "sometimes" popping up behind?
Collapse
X
-
Tags: None
-
In your active css file find:
nav {
background: linear-gradient(to bottom, #1f1f1f 0%, #414141 25%, #2a2a2a 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
border-radius: 10px;
overflow: hidden; <-----COMPLETELY REMOVE THIS PROPERTY
}
-ALSO-
When you remove the overflow property, you will and should adjust for the other items that are suppose to be visible in your main nav. Here is some direction to help:
A.menu {
color: #fff;
font-size: 14px; <--ADJUST TO
font-style: normal;
font-weight: normal;
padding: 0 12px; <--ADJUST TO
text-decoration: none;
text-transform: none;
}
That should help.
ShaunLast edited by thecartdesigner; 02-11-2015, 03:09 AM.
-
Comment
Comment