Tagged: x
-
AuthorPosts
-
July 19, 2016 at 12:10 pm #1093863
WoodWatchCoParticipantI have setup a sticky footer site-wide for my social sharing buttons. The problem is, it sometimes overlaps the content. I’d like a spacing of around 30px above the sticky footer once it hits the bottom of the page. Only for the bottom of pages.
July 19, 2016 at 12:11 pm #1093865
WoodWatchCoParticipantThis reply has been marked as private.July 19, 2016 at 12:41 pm #1093920
RupokMemberHi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.entry-content { padding-bottom: 50px; }Hope this helps.
Cheers!
July 19, 2016 at 2:24 pm #1094054
WoodWatchCoParticipantThat was great help thank you so much! You guys offer amazing support as always. Another question I have is, how can I make it so that on the home page the sticky footer only shows up AFTER scroll? I still want to retain the full screen image upon entry to my site.
July 19, 2016 at 2:27 pm #1094057
WoodWatchCoParticipantI also wish to make both the top navbar and footer full width so that the logo, manu button, and share icons reach all the way to the edge of the screen.
July 19, 2016 at 10:42 pm #1094698
LelyModeratorHi There,
Please also add this custom CSS:
.x-navbar-inner >div, .x-colophon.bottom>div { max-width: none !important; width: 100% !important; }Now you need to adjust the footer content to fill in the entire row.
Hope this helps.
July 20, 2016 at 8:46 am #1095305
WoodWatchCoParticipantAlso how can I remove the padding between the social share buttons to make them appear as one solid bar, and remove the margin above and below as well so that no white background shows. I want to minimize it’s size this way.
July 20, 2016 at 9:13 am #1095338
ThaiModeratorHi There,
Please also add the following CSS:
.x-colophon.bottom .x-colophon-content, div.nc_socialPanel .nc_tweetContainer, .x-colophon.bottom .x-colophon-content .nc_socialPanel { margin: 0 !important; }Hope it helps 🙂
July 20, 2016 at 9:14 pm #1096331
WoodWatchCoParticipantIs there any way to get square edges instead of rounded for the social share buttons?
July 20, 2016 at 10:53 pm #1096436
John EzraMemberHi there,
Thanks for updating the thread! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
div.nc_socialPanel .nc_tweetContainer { border-radius: 0; }Hope this helps – thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1093863 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
