• Hi,

    Appreciate anyone’s help and I am a novice with HTML. I am happy with my site; except for the large spacing between my rightside widgets.

    This is my site: https://SpreadJoy.biz

    And I believe it is here; that a change or modification needs to occur, but I am not sure how to go about it. Think the change needs to take place on the second line .widget-area .widget li,

    .widget-area .widget p,
    .widget-area .widget li,
    .widget-area .widget .textwidget {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.4;

    Thank you ahead of time,
    Jay

Viewing 3 replies - 1 through 3 (of 3 total)
  • Each of your widgets currently has a margin-bottom value of 5rem. To modify the margin, add/change this in your CSS:

    .widget-area .widget {
       margin-bottom: 1rem;
    }

    The value can be tweaked to whatever you like best, including decimals. The higher the number, the more space you’ll have between each widget.

    Thread Starter Jay Gil

    (@jay-gil)

    Joelymil,

    That did the trick – thank you so much, you are very kind.

    Jay

    No problem! I know all the dots, and dashes, and brackets can be hard to decipher when you’re starting out!

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