Tagged: x
-
AuthorPosts
-
February 7, 2017 at 2:38 am #1360830
GenerocityChurchParticipantHi,
So i seem to have an issue with The mobile menu in the Church Demo theme.http://generocitychurch.com.au/
The extra code i have (in cornerstone custom css) is:
.x-navbar, .x-navbar .sub-menu, .x-logobar { background-color: transparent !important; } @media (min-width: 0px) { .home .x-slider-container {margin-top: -200px;} }This is so it gets pushed over the slider and is transparent… Which works great except for when you press the hamburger menu. It pushes down the slider and makes a white block.
Is there anything i can do from stopping this from happening? (or a better way to do the menu i guess)?
Appreciate the help.
James
February 7, 2017 at 3:02 am #1360853
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
@media (max-width:979px){ .x-navbar-wrap { height: 90px; } }Hope that helps.
February 7, 2017 at 3:17 am #1360864
GenerocityChurchParticipantWow cool! thanks for that.
As a rule is it better to put code in the standard customize section or the cornerstone customize section?
Cheers!
February 7, 2017 at 3:47 am #1360885
Paul RModeratorHi,
This code needs to be in Appearance > Customize > Custom > Edit Global CSS.
If you need it to affect only one specific page then you need to add in Cornerstone > Settings > Custom CSS
Thanks
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1360830 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
