Tagged: x
-
AuthorPosts
-
March 17, 2017 at 2:49 pm #1411402
To X Support,
How do I remove a substantial amount of white space below the nav bar so my slider or content is not a good for inches below the menu?
March 18, 2017 at 1:29 am #1411880Hello There,
Thanks for writing in! To assist you better with this issue, would you mind providing us the url of your site with login credentials, if necessary, so we can take a closer look? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password (only if necessary)Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thank you.
March 22, 2017 at 10:19 am #1416338This reply has been marked as private.March 22, 2017 at 3:28 pm #1416756Hi there,
You can add this under Custom > CSS in the Customizer.
.x-navbar .desktop .x-nav > li > a { max-height: 45px; }
Hope that helps.
March 23, 2017 at 9:56 am #1417740when I put this code in, it solved not having all of that extra space on every landing page except the home page. the home page now has no white space (as opposed to minimal) between the slider and the nav bar. The home page slider is the only slider that is full width (which I want for every other landing page). I have posted over 20 times to get the slider sizes resolved with no solution from your team.
please see image attached for reference.
March 23, 2017 at 4:32 pm #1418240Hi There,
Please update the css code to this:
body:not(.home) .x-navbar .desktop .x-nav > li > a { max-height: 45px; }
This should not affect the homepage now.
Thanks.
-
AuthorPosts