Tagged: x
-
AuthorPosts
-
August 22, 2016 at 11:58 am #1141749
williamlglassParticipantI’m using integrity theme. I’ve set the header to transparent and set the next section with a negative margin-top so that I can fill the transparent header with a revslider in the section with the negative top margin.
This only works on chrome and safari, not firefox. How can I fix that? Is there a better way to get the same effect on both browsers?
My URL is http://getbiggorilla.com.
Thank you!
August 22, 2016 at 1:43 pm #1141903
JoaoModeratorHi There,
Upon Checking your website it seems to be broken now, are you making some changes?
But based on your description you could use this code instead:
`.x-navbar {
position:absolute;
width:100%;
background-color:transparent !important;
box-shadow: none;
border: 0;
}
body.x-navbar-fixed-top-active .x-navbar-wrap {
height: auto;
}`Let us know how it goes,
Joao
August 22, 2016 at 1:51 pm #1141914
RupokMemberHi there,
Thanks for writing in! You can update the first code block to this :
.x-navbar { background-color: transparent; position: absolute; top: 0; left: 0; right: 0; }Hope this helps.
August 22, 2016 at 3:50 pm #1142085
williamlglassParticipantThis reply has been marked as private.August 22, 2016 at 3:56 pm #1142096
williamlglassParticipantThis reply has been marked as private.August 22, 2016 at 4:30 pm #1142159
williamlglassParticipantActually, guys, figured it out.
Used the first code, but changed “postion:absolute” to “position:fixed.”
All is well.
Thank you guys!
August 22, 2016 at 7:34 pm #1142312
JadeModeratorGlad to hear that William.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1141749 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
