Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #884394
    jsjmccracken
    Participant

    Hello,

    On http://www.tablerockkennels.com/ I would like to know how to add padding between the slider and the menu bar? I would also like to change the blue border below the slider. Lastly, how do I get the body and side bar to be the same width as the Masthead so everything is aligned?

    Thank you!

    Jacob

    #885215
    Prasant Rai
    Moderator

    Hello Jacob,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .x-slider-container.below {
        padding-top: 10px;
        border-color: #ddd !important;
    }
    
    .x-container.width {
        width: 100% !important;
    }

    Thanks.

    #888320
    jsjmccracken
    Participant

    Thank you! Now if I don’t want the border on the bottom of the slider is there a way to make it just the images?

    #888766
    Jade
    Moderator

    Please update this code:

    .x-slider-container.below {
        padding-top: 10px;
        border-color: #ddd !important;
    }

    to

    .x-slider-container.below {
        padding-top: 10px;
        border: 0;
    }

    Hope this helps.

    #888778
    jsjmccracken
    Participant

    Thank you, that’s what I needed!

    How do I reduce the padding between the slider and the container below it? I through padding-bottom:-100px; would do the trick but that’s not working either.

    #889408
    Christopher
    Moderator

    Hi there,

    Please add this code :

    .home .x-container.max.width.offset {
        margin-top: 10px;
    }

    Hope it helps.

    #890166
    jsjmccracken
    Participant

    That’s what I needed, thank you!

    #890543
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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