Tagged: x
-
AuthorPosts
-
December 10, 2016 at 8:58 am #1288328
juhakuurajarviParticipantHello!
I’m using WP 4.7 and X Theme 4.6.4 and Slider Revolution 5.3.0.2.
I’m also using x-child Theme. I have make change to _navbar.php and put it into child theme.
File is like this:
<div class=”x-navbar-wrap”>
<div class=”<?php x_navbar_class(); ?>”>
<div class=”x-navbar-inner”>
<div class=”x-container max width”>
<?php x_get_view( ‘global’, ‘_brand’ ); ?>
<?php putRevSlider( ‘etusivu’ ); ?>
<?php x_get_view( ‘global’, ‘_nav’, ‘primary’ ); ?>
</div>
</div>
</div>
</div>After this Slider should go between logo and navbar. But it isn’t: logo goes under Slider. Why?
I send URL to my page in next message.
December 10, 2016 at 8:59 am #1288329
juhakuurajarviParticipantThis reply has been marked as private.December 10, 2016 at 9:03 am #1288331
ThaiModeratorHi There,
To fix this issue, please add the following CSS under Customizer > Custom > Global CSS:
div#rev_slider_2_1_wrapper { clear: both; }Hope it helps 🙂
December 10, 2016 at 9:05 am #1288332
juhakuurajarviParticipantHi!
Thanks a lot! It works now! 🙂
-Juha-
December 10, 2016 at 9:15 am #1288335
ThaiModeratorIf you need anything else please let us know.
December 17, 2016 at 6:24 am #1296541
juhakuurajarviParticipantHello!
I changet Slider to Full-width and now logo goes under Slider again. How I have to change your code?
-Juha-
December 17, 2016 at 6:54 am #1296547
ThaiModeratorPlease change the previous CSS to this:
div#rev_slider_2_1_wrapper { clear: both; margin-top: 75px !important; }Hope it helps 🙂
December 17, 2016 at 7:05 am #1296553
juhakuurajarviParticipantHi!
Thanks a lot! It works again. 🙂
-Juha-
December 17, 2016 at 7:11 am #1296554
ThaiModeratorIf you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1288328 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
