Tagged: x
-
AuthorPosts
-
September 22, 2016 at 6:17 pm #1187115
Scott TParticipanthttp://californiaoptionsrealestate.com/
The footer navigation is messed up and I can’t figure out what the heck is up with the css that’s adding that extra gap. This is what I added to the master css:
.x-colophon.bottom .x-nav li::before { content: ""; float: left; margin-right: 10em; opacity: 0.35; } .x-colophon.bottom .x-nav li:before { content: ""; float: left; margin-right: 10em; opacity: .35; } .x-colophon.bottom .x-nav li a { letter-spacing: 1px; }September 22, 2016 at 10:38 pm #1187448
LelyModeratorHi Scott,
From your CSS above, remove this part:
.x-colophon.bottom .x-nav li::before { content: ""; float: left; margin-right: 10em; opacity: 0.35; }Then decrease margin right value from below custom CSS
.x-colophon.bottom .x-nav li:before { content: ""; float: left; margin-right: 10em; opacity: .35; }Hope this helps.
September 23, 2016 at 12:01 pm #1188126
Scott TParticipantI deleted the referenced instance of CSS but the spacing issue still remains around the SITEMAP link.
September 23, 2016 at 3:06 pm #1188297
RahulModeratorHi there,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
September 23, 2016 at 5:33 pm #1188423
Scott TParticipantThis reply has been marked as private.September 23, 2016 at 9:33 pm #1188724
RadModeratorHi there,
Please add this,
.x-colophon.bottom .x-nav li:before { display: none; }There is a hidden element and you only change it into content:””;. No content, but the container is still there. Hence, you should hide it.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1187115 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
