Tagged: x
-
AuthorPosts
-
March 1, 2017 at 8:19 am #1390309
Ying-Fu LiParticipantHi,
Could you take a look at this site: http://www.heldenopreis.nl ?
I have a fixed navbar and topbar, but the topbar expands when scrolling (see attached images). Can’t find where or what I did to make this happen…
March 1, 2017 at 9:42 am #1390420
ThaiModeratorHi There,
Please add the following CSS:
.x-topbar { max-width: 1200px; }Hope it helps 🙂
March 1, 2017 at 10:48 am #1390539
Ying-Fu LiParticipantHi,
It doesn’t work on the homepage and blog page.
March 1, 2017 at 11:05 am #1390577
ThaiModeratorHi There,
Please find this CSS:
@media (min-width: 320px) and (max-width: 480px) { .tt_full_column { height: 750px; } .x-main { box-shadow:2px 2px 5px rgba(150,150,150,0.3); } .x-topbar { max-width: 1200px; }And change to this:
@media (min-width: 320px) and (max-width: 480px) { .tt_full_column { height: 750px; } } .x-main { box-shadow:2px 2px 5px rgba(150,150,150,0.3); } .x-topbar { max-width: 1200px; }Hope it helps 🙂
March 1, 2017 at 3:31 pm #1390944
Ying-Fu LiParticipantAh, damn brackets… 😉
Thanks!
March 1, 2017 at 5:19 pm #1391039
NicoModeratorHappy to hear that.
Feel free to ask us again.
Thanks.
March 2, 2017 at 3:45 am #1391612
Ying-Fu LiParticipantOne more question. I have a box shadow on both the complete body of the boxed site and on the header. When scrolling and when de header jumps to fixed position the box-shadow on the header is quite heavy as opposed to the topbar. Is there a way around this to make it smoother?
March 2, 2017 at 6:37 am #1391743
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
body .x-navbar { box-shadow: none; }Hope that helps
March 2, 2017 at 8:21 am #1391845
Ying-Fu LiParticipantUhm, not really because I want the box shadow to be there on body and navbar. I just want a consistent box shadow when scrolling. See also attached images.
March 2, 2017 at 3:46 pm #1392445
Nabeel AModeratorHi again,
Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.x-topbar-fixed-top, .x-navbar-fixed-top { box-shadow: 0 1px 0 0 rgba(150,150,150,0.3) !important; }Let us know how this goes!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1390309 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
