• Resolved steventivio

    (@steventivio)


    There is a white space above the title in the event list and I can’t find a way to make it go away. Checked all the display and styling settings. in the Event List Preview everything looks like it should.

    • This topic was modified 3 years, 11 months ago by steventivio.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Alan Fuller

    (@alanfuller)

    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

    Thread Starter steventivio

    (@steventivio)

    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

    Plugin Author Alan Fuller

    (@alanfuller)

    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 3 years, 10 months ago by Alan Fuller.
    • This reply was modified 3 years, 10 months ago by Alan Fuller.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Wrong display in event list’ is closed to new replies.