Tagged: x
-
AuthorPosts
-
January 5, 2017 at 4:33 pm #1317920
jayojeaParticipantHi,
I have my site page setup so that The header is transparent and overlapping the first content area’s background as if both are wrapped by the same div. To do this I had to set the navbar top height to 0. This works perfectly until we get into smaller devices. The header in smaller media queries appears to have a background, and overwriting that with CSS means the nav can no longer expand and adjust the contents below. Any way to fix this?
Thanks in advance!
January 5, 2017 at 8:00 pm #1318251
NicoModeratorHi There,
Thanks for writing in.
To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks.
January 19, 2017 at 3:41 pm #1337338
jayojeaParticipantThis reply has been marked as private.January 19, 2017 at 8:17 pm #1337712
RadModeratorHi there,
It’s behind the under construction, would you mind providing the login credentials? For the meantime, if you just wish to implement specific styling to desktop, and don’t want to affect the mobile view of your site then use @media blocks.
Example,
@media ( min-width: 980px ) { .x-navbar { height: 0px; } }Min-width means greater or equal, while Max-width is less than or equal.
Cheers!
January 20, 2017 at 10:48 am #1338554
jayojeaParticipantThis reply has been marked as private.January 20, 2017 at 3:16 pm #1338925
Nabeel AModeratorHey Jay,
I tried to login but the given credentials aren’t working for me. Can you please double check the username and password?
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1317920 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
