• I’m trying to minimize the space taken up by the widgets, so what is some CSS code to do that with this theme? Thank you!

Viewing 1 replies (of 1 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey @wavygirls ,

    To remove the border and padding, go to Appearance → Customize → Additional CSS and enter the following code:

    .widget-area .widget {
      border: none;
      padding: 0px;
    }

    Let me know if that does it.
    Thanx.

Viewing 1 replies (of 1 total)
  • The topic ‘How To Removed Borders and Padding Around Widgets’ is closed to new replies.