Dear Carol Bochmann,
Please go to the file: your_site\templates\sj_univer\less\modules.less and find:
.me_search{
margin: -15px 33px 0 0;
=> Edit to:
.me_search{
margin: 3px 33px 0 0;
Add the code to that file:
.form-search {margin: 0 0 7px;}
Find the code:
button{
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: medium none;
color: #CECECE;
left: 74%;
top: 40%;
position: absolute;
box-shadow: none;
}
=> Change to:
button{
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: medium none;
color: #CECECE;
left: 68%;
top: 21%;
position: absolute;
box-shadow: none;
}
Thanks