Tagged: x
-
AuthorPosts
-
August 23, 2016 at 10:54 pm #1144176
jamessowryParticipantHi,
I’m working on a single, isolated page of our website (sentrian.com.au, X-theme 4.6.0 with Integrity, Cornerstone 1.3.1) for a specific campaign. (FYI: I’m definitely what you’d call an ‘end-user’ rather than developer – I love your theme and have basic knowledge of HTML and even less CSS)
I’ve used the No container, Header, No Footer template and created the page in Cornerstone with a single section (set to no padding, no margin), but I still want to reduce the gap between my header and the page content. I can inspect the element and find .ix-header-body has a padding-top:60px. I’d like to reduce this to 20px.
I’ve tried the following custom CSS (and quite a few variations) but nothing has worked so far
.page-id-4946 .container-fluid.ix-header-body.wizardContent {
padding-top: 20px;
}Any suggestions??
August 24, 2016 at 7:15 am #1144574
JoaoModeratorHi There,
Thanks for your kind words, whenever you need help please reach us.
You can try the following solution if that does not work please provide your page URL so we can take a look.
.page-id-4946 .x-main.full { margin-top: -20px; }Hope it helps
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1144176 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
