It is an issue with your theme’s css
if is forcing h2 to clear:both hence removing the float
the fix for your theme is to add some specific additional css
.qem h2 {
clear: none;
}
should do it
Thank you so much for the fast answer and the solution! I thought I was losing my mind! Thank you thank you!
Bonjour Alain. j’ai le meme probleme d’affichage. Pourriez vous compléter votre réponse : où est-ce qu’il faut mettre le code .qem h2 {
clear: none;
}
Merci d’avance
Hi,
Generally it is better to start your own support request rather than adding your own issues to an old request, as often they end up not being the same exact issue.
However adding CSS is not a plugin specific thing and can be done in many ways.
The most common being Customizer>Additional CSS
see https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/
-
This reply was modified 5 years, 1 month ago by
Alan Fuller.
-
This reply was modified 5 years, 1 month ago by
Alan Fuller.