Remove Margin Search-Field
-
Hi, don’t know why this problem suddenly occur, but I get a big fat ugly white margin around my search-field.
This is the code I used, that suddenly stopped working:
/SEARCH FORM/
.mh-widget .search-form{display:block;auto;padding:0%;color:#000}.mh-widget .search-form .search-field{display:block;auto;border-color:#000;text-transform:none;font-size:16px;width:100%;
}This a new code I’ve been trying to use. Tried using px instead of % as well:
/SEARCH FORM/
.mh-main .search-form{display:block;padding:0%; margin:0%;color:#000}.mh-widget .search-form .search-field{border-color:#000;text-transform:none;font-size:16px;width:100%;
}check it out at https://www.filmtopp.se.
I’ve looked around at the forum and tried several codes, nothing works!
Please help me, I’m getting mighty upset over here.
- The topic ‘Remove Margin Search-Field’ is closed to new replies.