Tagged: x
-
AuthorPosts
-
November 4, 2016 at 12:57 am #1243427
brettbumParticipantrunning into a lot of frustrating learning curves… 🙂
1 – want to make the footer full width at http://chrysmo.staging.wpengine.com/blog/ How do I do this?
(Have the home page footer looking the way we want, but that was done with cornerstone and there is no global setting options with elements so that customization work cannot be easily established across the site… Used to using a competitor product that makes this easy.)
tried going through suggestions in other similar threads, css is not working from those suggestions, but many have private replies, so no idea if those threads are out of context.
Tried this css – does not work 🙁
/* make footer full width */ .x-colophon.top > .x-container-fluid.max.width { width: 100%; max-width: 100%; }2 – Currently using the footer box and not any widgets. footer menu is turned on too.
How can I style the entire background of the footer? Do not see that in any of the settings? Is it driven only by CSS?
November 4, 2016 at 1:49 am #1243454
FriechModeratorHi There,
Thank you for writing in! I did check your site, footer is already a full-width its the container that is not in full-width.
If you need to add a background to the entire footer, you can add the Custom CSS below on your Customizer.
footer.x-colophon { background-color: red; }Feel free to change the color value.
Hope it helps, Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1243427 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
