Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #892541
    jsjmccracken
    Participant

    Hello,

    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

    #893309
    Nico
    Moderator

    Hi 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.

    #893638
    jsjmccracken
    Participant

    This is great ๐Ÿ™‚ Thank you!!

    #894529
    John Ezra
    Member

    Youโ€™re most welcome! ๐Ÿ™‚

  • <script> jQuery(function($){ $("#no-reply-892541 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>