Homepage Widget Spacing ????

flyguy017

Junior Member
Joined
May 5, 2011
Messages
166
Reaction score
13
Hey guys, thanks for the help in advance.

I am using the Rehub theme and have 4 widgets set on my sidebar frontpage that I want to adjust the spacing on . I have created my child theme and looking for some quick help on where to edit.

I want to create spacing between the top 1st an 2nd widget that would shift the remaining 3 widgets all down an equal distance.

Where should i look and add what code?

This is the code from the widget.

.sidebar .widget {


  • padding-bottom: 250px;
  • margin-bottom: 10px;
  • border-bottom: 1px solid #cecece;
  • clear: both;
  • overflow: hidden;
}

Thanks.
 
Last edited:
right click and inspect element, then copy the bit you need into your child theme and test there in your css page
 
Back
Top