• Resolved aimes555

    (@aimes555)


    HI I am trying to figure out how to reduce the space under the widget title. There is too much space between the title and the widget content

    thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Using a Custom CSS plugin you can try using:

    .widget-title {
      margin: 16px 0 24px;
    }

    Do keep in mind that you would change those numbers to suit your needs. Alternatively you can use padding rather than margin.

    Thread Starter aimes555

    (@aimes555)

    yes I’ve tried this and it doesn’t seem to do anything 🙁

    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Are you able to provide a link to the site?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘reduce space under widget title’ is closed to new replies.