Mar 02, 2019 3:09 pm
Hello, I seem to have developed a strange styling issue with the Navi dropdown (I think) over stretching the page and encroaching onto my sidebar. See Image
I see that the size is set to auto already. Is there a way to fix this with css please?
In firebug I do see an alert for an invalid property name, next to appearance: none; below.
The page with the errors is https://www.bisfhouse.com/Community/main-forum/
#wpforo #wpforo-wrap .wpf-navi select.wpf-navi-dropdown {
appearance: none;
width: auto;
-webkit-appearance: none;
-moz-appearance: none;
font-size: 12px;
padding: 1px 10px !important;
margin: 0 1px 0 2px;
cursor: pointer;
}
Is there a way to fix this with css?
Many thanks
4 Replies