Tagged: x
-
AuthorPosts
-
July 5, 2016 at 2:53 pm #1073546
omroyParticipantDear Support,
I’m trying to get rid of the white space below slider, when I place the slider above the masthead.
Site: http://ebenezer.caymanadventist.org/Kindly assist me with this.
Regards,
Omroy.
July 5, 2016 at 3:07 pm #1073559
JadeModeratorHi Omroy,
Please add this code in the customizer:
.x-navbar, .x-navbar.x-navbar-fixed-top { margin-top: 0px; }Hope this helps.
July 5, 2016 at 3:32 pm #1073612
omroyParticipantHi,
I inserted the code under Global CSS, but it didn’t work.
Please advise.Omroy.
July 5, 2016 at 3:34 pm #1073615
omroyParticipantThis reply has been marked as private.July 5, 2016 at 4:29 pm #1073691
DarshanaModeratorHi there,
Use the following CSS rule instead.
.x-navbar, .x-navbar.x-navbar-fixed-top { margin-top: 0; }Hope that helps.
July 5, 2016 at 6:39 pm #1073839
omroyParticipantI tried this also.
Unfortunately, the space was not removed.Regards,
Omroy.
July 5, 2016 at 11:19 pm #1074152
Prasant RaiModeratorHello Omroy,
Thanks for writing in!
Please use the following CSS and let us know how it goes.
.x-navbar { margin-top: 0 !important; }Thanks.
July 6, 2016 at 4:39 pm #1075417
omroyParticipantHi,
Unfortunately, that didn’t work either.
My global (css) style sheet now looks like this:
/*
// Global headings.
*/h4,
.h4 {
font-size: 150%
}h5,
.h5 {
font-size: 125%
}/*
// Buttons.
*/.x-btn-alt-light {
color: #fff;
border-color: #fff;
}.x-btn-alt-light:hover {
color: rgba(255, 255, 255, 0.75);
border-color: rgba(255, 255, 255, 0.75);
}.x-btn-alt-dark {
color: #434f5b;
border-color: #434f5b;
}.x-btn-alt-dark:hover {
color: rgba(67, 79, 91, 0.75);
border-color: rgba(67, 79, 91, 0.75);
}/*
// Header.
*/.x-topbar .p-info {
letter-spacing: 0;
}/*
// Landmark header.
*/.x-header-landmark {
padding: 45px 0;
border-color: #e4e1d0;
background-color: #e4e1d0;
}.x-header-landmark h1.h-landmark {
font-size: 200%;
letter-spacing: 3px;
}/*
// Content headings.
*/.entry-title {
font-size: 125%;
}.h-widget {
font-size: 112%;
}/*
// Custom promo.
*/.promo-custom {
margin: 0 auto;
max-width: 275px;
}.promo-custom h4 {
margin: 0;
font-size: 1.15em;
}.promo-custom p {
margin: 0.75em 0 1.15em;
font-size: 0.85em;
}.promo-custom p:last-child {
margin-bottom: 0;
}/*
// Footer.
*/footer p,
footer h4 {
color: #9d9d9d;
}footer a {
color: #fff;
}footer a:hover {
color: #6190a2;
}footer .footer-services {
font-size: 16px;
letter-spacing:0;
color: #fff;
}footer .footer-credit {
font-family: “Montserrat”, sans@media (max-width: 240px) {
.x-navbar .x-nav > li > a {
font-size: 13px;
}.x-navbar .sub-menu a {
font-size: 13px;
}
.x-navbar, .x-navbar.x-navbar-fixed-top {
margin-top: 0;
}
.x-navbar {
margin-top: 0 !important;
}July 6, 2016 at 9:53 pm #1075823
FriechModeratorHi There,
There is a syntax error on your css code. Please find this block:
footer .footer-credit { font-family: "Montserrat", sans@media (max-width: 240px) { .x-navbar .x-nav > li > a { font-size: 13px; }Update that to:
footer .footer-credit { font-family: "Montserrat",sans-serif; } @media (max-width: 240px) { .x-navbar .x-nav > li > a { font-size: 13px; } }And then try to add again the code we provided above.
Thanks.
July 7, 2016 at 7:40 pm #1077144
omroyParticipantWonderful!
That worked.
Thanks so much for your all the help.
Omroy.
July 7, 2016 at 10:52 pm #1077450
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1073546 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
