Tagged: x
-
AuthorPosts
-
February 3, 2017 at 4:45 am #1356580
TIS123ParticipantHi,
On http://www.versis.nl I use an orange and blue horizontal bar on the bottom of the slider as shown on “home” which is set in custom CSS. Although these bars were shown on other pages before (like https://www.versis.nl/kosten/) they are not shown anymore. I tried over and over again to get them back but did not succeed. Can you please assist and help me?
Best regards, Hans.
February 3, 2017 at 5:25 am #1356602
TIS123ParticipantPlease let me know if you need more information.
February 3, 2017 at 7:12 am #1356682
Paul RModeratorHi Hans,
Please navigate to your Custom CSS and change the following codes
Change
.x-nav-wrap.desktop { float: left; margin-left: -11px; margin-top: 45px; }to
.x-nav-wrap.desktop { float: left; margin-left: 0; margin-top: 0; }Change
.x-navbar { background: url(wp-content/uploads/2016/06/navbar-background.png) no-repeat !important; margin-bottom: -4px !important; background-position: right !important; }to
.x-navbar { background: url(https://www.versis.nl/wp-content/uploads/2016/06/navbar-background.png) no-repeat !important; }Change
.x-navbar .desktop .x-nav > li > a { height: 52px; margin-top: -20px; }to
.x-navbar .desktop .x-nav > li > a {
height: 57px;
margin-top: 0px;
}Change
.x-navbar-inner { min-height: 97px; }to
.x-navbar-inner {
min-height: 57px;
}Then add this
.home .rev_slider_wrapper { margin-bottom:0; }Hope that helps.
February 5, 2017 at 4:13 am #1358461
TIS123ParticipantHi Paul,
Thank you so much for this GREAT support!
Best regards, Hans.
February 5, 2017 at 5:16 am #1358493
ThaiModeratorIf you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1356580 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
