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

    (@webfactory)

    Sorry, we don’t have that setting. It’s only possible by writing custom CSS for your theme.

    Thread Starter yizhe1997

    (@yizhe1997)

    Can you suggest some CSS for this? The current CSS is marked as !important and I can’t overwrite it.

    Plugin Author WebFactory

    (@webfactory)

    Unfortunately, I don’t have your site URL so I can’t write the exact code, but you have to write a “stronger” selector then. Be more specific about the element you’re targeting and put !important on it too.

    Plugin Author Alexandru Tapuleasa

    (@talextech)

    This should do it 🙂

    .saboxplugin-wrap .saboxplugin-desc p{
        line-height: 30px !important;
    }
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Adjust line height’ is closed to new replies.