Tagged: x
-
AuthorPosts
-
July 21, 2016 at 3:34 pm #1097606
jeremymccarronParticipantHey There,
I’m new to X THeme (and to CSS, really) – using the 4.6.0 version of the X theme, Ethos. I’m having trouble removing the white space underneath the nav bar, above the page content. I just want to have a nice, big, full screen image on every page without the white bar at the top.
I cut and paste every custom CSS script that I could find in the forum, to no avail.
I’m developing offline, so sharing the URL is not an option (at least that I’m aware of)
See attached image for an illustration of the problem and some CSS which reduced the size of the band, but did not totally eliminate it.
Thanks in advance!
Jeremy
July 21, 2016 at 3:46 pm #1097626
RahulModeratorHey There,
Go to Customizer > Custom > CSS and add following:
.x-header-landmark { display: none; }Additionally make sure that your content band uses the “No Margin” option. Since currently it’s having a margin top which increases the white space even more.
Hope that helps!
July 21, 2016 at 4:08 pm #1097679
jeremymccarronParticipantHey,
First, thanks for getting back to me so quickly!
I tried the code, but it had no effect (back to the way it was, see attached screengrab)
Please direct me to the ‘content band’ – I’m not sure to what you are referring here.
Thank You!
Jeremy
July 21, 2016 at 4:47 pm #1097725
jeremymccarronParticipanthmmm…. Are you referring to the Content Band Short Code? I don’t believe I’m using it on this page (unless it’s buried in the global CSS somewhere).
I see you’ve been able to accomplish what I’m looking for with your demo page… How did you do it?
July 21, 2016 at 4:53 pm #1097736
jeremymccarronParticipant…attachment
July 21, 2016 at 9:49 pm #1098106
LelyModeratorHi There,
Thank you for the screenshot. Please try this custom CSS:
.x-container>.offset { margin: 0 auto 35px; }If that doesn’t do the trick, please do upload your site on a staging server so we can take a closer look.
July 21, 2016 at 11:42 pm #1098203
jeremymccarronParticipantThat did it. I just set the 35px to 0px and the white space is gone.
Nice work!
Thank You,
Jeremy
July 22, 2016 at 12:02 am #1098213
FriechModeratorWe’re delighted to assist you with this.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1097606 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
