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.
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.
It is very likely somewhere in your theme setting – maybe in the header widgets area or similar.
Best,
Ernest
Much appreciated, thank you!
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