Tagged: x
-
AuthorPosts
-
November 22, 2016 at 10:54 am #1267032
jeanettecainesParticipantHi, I have too much white space between my content area and navigation links.
I tried the code .x-navbar-static-active .x-navbar .x-nav > li{height:auto;}
that I found in a previous post but it didn’t work for me. http://www.jewelryarts.com
thanks!November 22, 2016 at 11:08 am #1267046
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
.home .entry-wrap { padding-top: 0; }Hope it helps 🙂
November 22, 2016 at 11:43 am #1267093
jeanettecainesParticipantHi,
Thanks, it worked great on the home page but there is still too much white space on the other pages, like About Us, etc.
Is there a code that will adjust them as well? http://www.jewelryarts.comNovember 22, 2016 at 12:34 pm #1267158
JoaoModeratorHi There,
Replace the code above with :
.entry-wrap { padding-top: 0; }Hope it helps
Joao
November 22, 2016 at 4:13 pm #1267414
jeanettecainesParticipantSorry but that didn’t work for me. The first code worked om the just the home page, though.
http://www.jewelryarts.comNovember 22, 2016 at 10:24 pm #1267729
FriechModeratorHi There,
That is just basically the same code, the first code worked only on home because of the
.homeclass change it tobodyso it’ll be a general rule.body .entry-wrap { padding-top: 0; }Hope it helps, Cheers!
November 23, 2016 at 6:15 am #1268124
jeanettecainesParticipantYes, I do see so I would think it would work but for whatever reason it still doesn’t work for me. Sorry, help?
November 23, 2016 at 6:21 am #1268128
ThaiModeratorHi There,
Please provide us with your admin account so we can take a closer look.
Thanks.
November 23, 2016 at 6:55 am #1268149
jeanettecainesParticipantThis reply has been marked as private.November 23, 2016 at 8:51 am #1268242
JoaoModeratorHi Jeantte,
First of all you had inserted on Appereance > Customizer > Custom > CSS
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-60216270-1', 'auto'); ga('send', 'pageview');Please use Google Analytics Addon offered by X. You can find it at WP ADMINS / ADDONS
https://community.theme.co/kb/extension-google-analytics/
Beside that I have updated the code above to :
body .entry-wrap { padding-top: 0 !important; } .page .hentry .entry-content { margin-top: 0; }Hope that helps
Joao
November 23, 2016 at 9:17 am #1268290
jeanettecainesParticipantThanks, that did it! 🙂
November 23, 2016 at 9:44 am #1268326
JoaoModeratorGlad to hear it,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1267032 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
