Tagged: x
-
AuthorPosts
-
April 15, 2016 at 10:17 am #884394
jsjmccrackenParticipantHello,
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
April 15, 2016 at 10:42 pm #885215
Prasant RaiModeratorHello 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.
April 18, 2016 at 9:13 am #888320
jsjmccrackenParticipantThank 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?
April 18, 2016 at 1:52 pm #888766
JadeModeratorPlease 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.
April 18, 2016 at 2:03 pm #888778
jsjmccrackenParticipantThank 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.
April 19, 2016 at 1:59 am #889408
ChristopherModeratorHi there,
Please add this code :
.home .x-container.max.width.offset { margin-top: 10px; }Hope it helps.
April 19, 2016 at 9:51 am #890166
jsjmccrackenParticipantThat’s what I needed, thank you!
April 19, 2016 at 12:54 pm #890543
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-884394 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
