Home Forums WoodMart support forum Search From icon not dispositioned on Safari

Search From icon not dispositioned on Safari

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #282241

    Majidelabd
    Participant

    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.
    #282244

    Majidelabd
    Participant
    #282257

    Bogdan Donovan
    Keymaster

    Hi,

    Please, provide us your admin access so we can log in and check this on your side.

    Thank you in advance.

    #282261

    Majidelabd
    Participant

    Please go ahead…. admin access provided

    #282278

    Bogdan Donovan
    Keymaster

    Try to remove following translation string related to the search button (https://prnt.sc/11bu15y)

    Best Regards

    #282284

    Majidelabd
    Participant

    It is not working the problem still exists even if I even after I have removed the translated word you refer to

    #282313

    Majidelabd
    Participant

    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?

    #282340

    Bogdan Donovan
    Keymaster

    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

Viewing 8 posts - 1 through 8 (of 8 total)