Tagged: x
-
AuthorPosts
-
April 20, 2016 at 4:38 pm #892541
jsjmccrackenParticipantHello,
On http://www.tablerockkennels.com/ how to change the spacing between the widgets in the sidebar on the right?
Also, on http://www.tablerockkennels.com/home/2017-litters/ how do I change the spacing between the end of the paragraph and “Puppy Purchase” as well as the spacing between the drop down and the Buy Now button?
Thank you,
Jacob
April 21, 2016 at 4:03 am #893309
NicoModeratorHi There,
Thanks for writing in.
To add space between widgets, add this in your customizer’s custom CSS:
.x-sidebar .widget{ margin-top: 4em; }to adjust the post end of paragraph and paypal button:
.post-5 .entry-content form{ margin: -60px 0 1.313em; } .post-5 .entry-content table{ margin-bottom: -1.687em; }Or, you can add a custom CSS to the concern element to adjust the spacing. You can add a margin-top or margin-button to element.
Hope it helps.
Let us know how it goes.
Thanks.
April 21, 2016 at 8:46 am #893638
jsjmccrackenParticipantThis is great ๐ Thank you!!
April 21, 2016 at 7:33 pm #894529
John EzraMemberYouโre most welcome! ๐
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-892541 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
