• Resolved charles_montamat

    (@charles_montamat)


    Hi everybody,

    Does anybody knows how to reduce spacing widgets on ravenna theme?
    I tried reduce padding and margin in .home-block and .home-block.widget on style page but nothing…

    Thank you for your help!

Viewing 1 replies (of 1 total)
  • Hi charles_montamat

    The correct CSS would be as below:

    .widget-area .widget {
        background-color: #fafafa;
        border: 1px solid #ececec;
        padding: 30px;
        margin-bottom: 13px;
    }

    You can change margin-bottom: parameter as you wish.
    But I strongly recommend you to create Child Theme and edit file in child theme So that your changes will remain as it is on theme update.

    Thanks!!

Viewing 1 replies (of 1 total)
  • The topic ‘reduce spacing between widgets’ is closed to new replies.