CSS code appearing as normal word and not having effect
-
I want to place the search box at the middle of my menu bar and I copied the below css code gotten from ivorysearch.com to the custom css code box in ivory search settings:
#access .is-menu.default form {
max-width: 250px;
}#access .is-menu.default form #s {
width: 140px;
margin-bottom: 0;
}#access .is-menu.default form #submit-form {
width: 90px;
padding: 11px 17px;
}li.is-menu {
vertical-align: middle;
}i clicked on save, but it made no effect to the website.
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘CSS code appearing as normal word and not having effect’ is closed to new replies.