• 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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter filmtopp

    (@filmtopp)

    Here is a cleaner version of the code: .search-form{padding:0%;}.search-form .search-field{border-color:#000;text-transform:none;font-size:16px;width:100%;
    }

    Thread Starter filmtopp

    (@filmtopp)

    https://www.filmtopp.se/biotoppen/

    I moved the search field to another spot on the start page. But here it remains on top of the page, and it looks horrible.

    Hi i tried this code, it only changes height from bottom:

    .mh-widget {
    margin-bottom: 0;
    border: 0;
    height: 100px;
    }

    Thread Starter filmtopp

    (@filmtopp)

    Hi and thanks
    it works but changes ALL widgets :/
    I’ve tried to apply it to .search-field, .search-form. But still don’t get it right…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove Margin Search-Field’ is closed to new replies.