• So I have a website that’s underdevelopment, cook.bitbooster.net, and I want to reduce the space on the right between the email-subscribe widget and the three rss/facebook/twitter icons.

    What code do I need to change?

Viewing 1 replies (of 1 total)
  • First of all, the usual advice about making changes to themes in child themes and the possible disasters that can occur if you don’t.

    You need to change this rule:

    .sidebar li.widget {
      ...
      min-height: 60px;
      ...
    }

    Adding a rule to your (child theme’s) style sheet that sets a shorter minimum height should do it.

    Cheers

    PAE

Viewing 1 replies (of 1 total)
  • The topic ‘Reducing Space Between Widgets’ is closed to new replies.