• Resolved trevtime619

    (@trevtime619)


    I would like to change the spacing between the widgets in my sidebar. I haven’t been able to use the typical css changes in .widget_ section of the CSS file. Is there any specific code for this theme and widget spacing?

    Any help would b greatly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Download and activate the plugin, Jetpack and use its Custom CSS functionality to hold the following CSS and any CSS modifications you make;

    .widget {
     margin-bottom: 15px;
    }

    Change the 15 value to your desired value.

    Thread Starter trevtime619

    (@trevtime619)

    thanks this worked great. i can also modify line spacing here too?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Widget Spacing’ is closed to new replies.