flyguy017
Junior Member
- May 5, 2011
- 166
- 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 {
Thanks.
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: