Hi @getculturedagency ,
Could you give us your site url ? Maybe you need to a custom css
This is a live link of the building site.
https://marblous.getcultured.site/natural-tiles/
Thanks in advance for your help.
Hi there
Add this custom css in your theme
#yith-searchsubmit{
margin-top: 0;
}
input#yith-s {
display: inline-block;
height: 49px;
}
Hi thank you for your response. This resolved it on desktop. Can you please provide the code that will also resolve this for mobile?
Hi @getculturedagency
Add this custom css too
@media( max-width:700px){
#yith-searchsubmit{
height:49px;
margin-top:9px;
}
#yith-ajaxsearchform div{
display:
grid;
grid-template-columns: 50% 50%;
grid-gap:10px;
}
}
Hey mate, getting errors with the code you provided please see this link here
https://nimb.ws/f40d5A to see the error I’m receiving in CSS when i paste this values
Hi @getculturedagency , in the image I can only see a part of the CSS that you have added, it seems that the errors that are shown are because there is something before that is causing the problem. Maybe a wrongly locked key or something like that. I have tested the code we have sent you and it works without problem.