• Resolved aurorag

    (@aurorag)


    Hello,

    After I updated Ajax Search Lite to Version 4.11, I noticed the placeholder text in the search box is no longer aligned properly.

    I did not change anything in the backend search box layout options and I have tried clearing the cache as well as some other troubleshooting, but have not been able to fix the problem.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi,

    The issue seems to be the widget container (where the shortcode is placed), it adds paragraphs and line breaks to the source code, causing the misalignment.

    The best solution to this is to change the widget from a text widget to a shortcode or HTML widget if possible, that will resolve the problem.

    If not possible, you can try a custom CSS to hide the extra line break characters, but that is not future proof:

    .asl_m br {
        display: none;
    }

    Best,
    Ernest M.

    Thread Starter aurorag

    (@aurorag)

    Thank you. Can you tell me where I would change the widget from a text to a shortcode or HTML?

    For now I have added the custom CSS and it worked, but if the problem comes back I would like to be able to fix it.

    Plugin Author wpdreams

    (@wpdreams)

    It is very likely somewhere in your theme setting – maybe in the header widgets area or similar.

    Best,
    Ernest

    Thread Starter aurorag

    (@aurorag)

    Much appreciated, thank you!

    Plugin Author wpdreams

    (@wpdreams)

    You are very welcome ??

    I will mark this thread as resolved then.

    Feel free to rate the plugin if you like it, it is greatly appeciated.

    All the best,
    Ernest

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Search Box Misaligned/Layout Issues’ is closed to new replies.