Tagged: x
-
AuthorPosts
-
February 8, 2017 at 4:20 pm #1363450
kestoughParticipantAny ideas why the below code would work to make the Rev Slider on the homepage go behind the Nav & Logo bar when using Chrome but not in Firefox?
Any ideas on how to fix it? It’s the renew stack, and the code is done inside Cornerstone on the page level under “settings”>”Custom CSS”.
@media (min-width : 980px) { .masthead { margin-bottom: -220px; !important! } .x-navbar { background-color: rgba(0,0,0,0) !important; }Thanks in advance!
Dev URL: http://tabanerocigars.flywheelsites.com/February 8, 2017 at 11:32 pm #1363847
Paul RModeratorHi,
Please change that code to this.
@media (min-width : 980px) { .home .masthead { position:absolute; top:0; width:100%; } .home .x-navbar { background:transparent; }Hope that helps.
February 8, 2017 at 11:50 pm #1363862
kestoughParticipantThat doesn’t seem to have fixed it – and it removed the transparency all together. It’s a slider revolution on the homepage that I’m trying to get under the logo & nav bar – does that make a difference?
February 9, 2017 at 1:17 am #1363942
Paul RModeratorHi,
There is a syntax error in your css code, plesae remove this code in Custom > Edit Global CSS
https://www.screencast.com/t/haFlHIrHwy
There is also a missing bracket in the code I provided above.
Please change it to this.
@media (min-width : 980px) { .home .masthead { position:absolute; top:0; width:100%; } .home .x-navbar { background:transparent; } }If that doesn’t help, kindly provide wordpress admin login in private reply.
February 9, 2017 at 1:11 pm #1364666
kestoughParticipantThis reply has been marked as private.February 9, 2017 at 2:16 pm #1364752
JoaoModeratorHi There,
Please provide full admin credentials in order that we can take a closer look.
Thanks
February 9, 2017 at 2:40 pm #1364778
kestoughParticipantUpdated user privileges. Thanks!
February 9, 2017 at 11:06 pm #1365434
LelyModeratorHi There,
Please update to this:
@media (min-width : 980px) { .home .masthead { position:absolute; top:0; width:100%; } .home .x-navbar { background:transparent !important; } }Hope this helps.
February 10, 2017 at 11:06 am #1366059
kestoughParticipantThat worked! Thank you!
February 10, 2017 at 11:18 am #1366076
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1363450 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
