Search From icon not dispositioned on Safari
-
Search From icon not dispositioned on Safari while it I correctly positioned on other browser like Chrome- see attached
Attachments:
You must be
logged in to view attached files.
Hi,
Please, provide us your admin access so we can log in and check this on your side.
Thank you in advance.
Please go ahead…. admin access provided
Try to remove following translation string related to the search button (https://prnt.sc/11bu15y)
Best Regards
It is not working the problem still exists even if I even after I have removed the translated word you refer to
I have really followed what you have told me and promote that translation but nothing is working can you please inform me how to solve the issue?
Try to add the following code snippet to the Custom CSS area in Theme Settings to ignore any text added to the button by translation.
.searchform .searchsubmit:after {
position: absolute;
top: calc(50% - 10px);
left: calc(50% - 10px);
right: auto;
width: 20px;
height: 20px;
}
Best Regards