• Resolved karsten007

    (@karsten007)


    Hi Guys,

    thank your for your cool plugin.

    I have a little issue.

    Could you please add more margin below the table of content?

    I think 10pixel should be sufficient.

    Thank you

    Karsten

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hey @karsten007 ,

    You can wrap the Table of Contents around Section Block and manipulate this below spacing along with other spacings too.

    I hope that helps you.

    Regards,
    Vrunda Kansara

    Thread Starter karsten007

    (@karsten007)

    Hello, thank you for your answer.

    Is it possible to add margin below the table of content with CSS, so it will work on all blog posts. I have more than 500 posts, where I use Table of content, and I would like to solve this issue with CSS.

    Thank you for your help.

    karsten

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @karsten007

    You can add the below CSS which will work for your requirement.

    .wp-block-uagb-table-of-contents .uagb-toc__wrap {
    
        margin-bottom:50px;
    }

    Hope it helps, let us know if you need any help.

    Have a Great Day ahead!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘More margin below Table of content’ is closed to new replies.