• Resolved wpressman

    (@wpressman)


    Hi, first of all many thanks to the developers for UB!

    I have an annoying issue with the first element. Unlike the 2nd and 3rd column, the first column has too much space (margin/padding?) to the header line above. Is there a way to fix this? I have already tried to add some custom CSS in the customizer section in the WordPress setting. In general with all li-elements it works, but I have no luck when trying change the first child in UB-TOC only!

    Greetings, Gerega

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Farhan Shafi

    (@farhanshafi)

    Hi, Thanks for reporting the issue.

    For a quick fix, you can add the following CSS. We will properly address it in a future release. Select the block, go to the style tab, and you will see the Custom CSS panel where you can paste the CSS.

    .ub_table-of-contents-container ul{ 
    margin-top: 0;
    }

    Kind Regards
    Farhan Shafi

    Thread Starter wpressman

    (@wpressman)

    Dear Farhan Shafi, that’s it!! Many many thanks!! Greetings from Germany 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘First child margin’ is closed to new replies.