• Resolved viajarapie

    (@viajarapie)


    I get an empty space, roughly equivalent to an extra line above the list. It can be seen in this page:

    https://viajarapie.info/tecnica-y-material/

    Where the first list is from page_list and the second is from a different plugin.

    It’s not a show-stopper but it’s rather annoying, not good looking. Any ideas why this is happening?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author webvitaly

    (@webvitaly)

    Hi, the extra space comes from header-3 styles in the theme.

    You may try to fix it with css:

    .page-list-ext .page-list-ext-title {
        margin-top: 0;
    }
    Thread Starter viajarapie

    (@viajarapie)

    should have guessed. It looks much better now, thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Extra line before list’ is closed to new replies.