Tagged: x
-
AuthorPosts
-
September 15, 2016 at 10:17 am #1176734
ZerotoOneParticipanthey there,
I’d like to make my navbar overlap the first section
this I how it looks now http://prntscr.com/cicez3
and this is how it should look http://prntscr.com/cicfgkmy page is zerotoone.de
thank you very much 🙂
September 15, 2016 at 12:34 pm #1176927
RupokMemberHi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.home .x-main.full { margin-top: -90px; } #home { background-position: center top; }Hope this helps.
September 16, 2016 at 4:42 am #1177983
ZerotoOneParticipantthank you that worked great, but there is some overlapping going on in the mobile navbar too :O
September 16, 2016 at 9:16 am #1178218
JoaoModeratorPlease use this code instead:
@media (min-width:769px) { .home .x-main.full { margin-top: -90px; } #home { background-position: center top; } }Hope it helps
Joao
September 18, 2016 at 7:42 am #1180108
ZerotoOneParticipantthis did not help :/
September 18, 2016 at 7:58 am #1180115
ThaiModeratorHi There,
Please add the following CSS:
@media (max-width: 979px){ .home .x-main.full { margin-top: 0; } }Hope it helps 🙂
September 18, 2016 at 9:48 am #1180193
ZerotoOneParticipantperfect! thank you!
September 18, 2016 at 10:06 am #1180201
ThaiModeratorYou’re most welcome 🙂
September 19, 2016 at 2:36 am #1180964
ZerotoOneParticipanthow do I apply the overlap of the first section for every page?
September 19, 2016 at 2:52 am #1180985
RupokMemberHi there,
Thanks for writing back. If you take off preceding .home class then it will be applied throughout the pages :
@media (max-width: 979px){ .x-main.full { margin-top: 0; } }Do the same for other code as well that you are using.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1176734 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
