Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Slobodan Manic

    (@slobodanmanic)

    Hi getchanu,

    It’s your theme that’s adding CSS styles for all list elements. You can override it by adding following to theme’s CSS file:

    .entry .ts-fab-list li {
        display: block;
        float: left;
        list-style: none! important;
        margin: 0 5px 0 0 !important;
        padding: 0 !important;
        background: none;
    }
    Thread Starter getchanu

    (@getchanu)

    Hi Slobodan Manic, Thanks for your great reply worked like a charm and Thanks for a cool plugin.

    Plugin Author Slobodan Manic

    (@slobodanmanic)

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Fancier Author Box by ThematoSoup] remove the padding/margin below the tabs and tab content’ is closed to new replies.