Forums

Reducing Space Between Widgets (2 posts)

  1. IlanK
    Member
    Posted 7 months ago #

    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?

  2. peredur
    Member
    Posted 7 months ago #

    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

Reply

You must log in to post.

About this Topic