Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1267032
    jeanettecaines
    Participant

    Hi, 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!

    #1267046
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .home .entry-wrap {
        padding-top: 0;
    }

    Hope it helps 🙂

    #1267093
    jeanettecaines
    Participant

    Hi,
    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.com

    #1267158
    Joao
    Moderator

    Hi There,

    Replace the code above with :

    
    .entry-wrap {
        padding-top: 0;
    }

    Hope it helps

    Joao

    #1267414
    jeanettecaines
    Participant

    Sorry but that didn’t work for me. The first code worked om the just the home page, though.
    http://www.jewelryarts.com

    #1267729
    Friech
    Moderator

    Hi There,

    That is just basically the same code, the first code worked only on home because of the .home class change it to body so it’ll be a general rule.

    body .entry-wrap {
        padding-top: 0;
    }

    Hope it helps, Cheers!

    #1268124
    jeanettecaines
    Participant

    Yes, I do see so I would think it would work but for whatever reason it still doesn’t work for me. Sorry, help?

    About Us

    #1268128
    Thai
    Moderator

    Hi There,

    Please provide us with your admin account so we can take a closer look.

    Thanks.

    #1268149
    jeanettecaines
    Participant
    This reply has been marked as private.
    #1268242
    Joao
    Moderator

    Hi 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

    #1268290
    jeanettecaines
    Participant

    Thanks, that did it! 🙂

    #1268326
    Joao
    Moderator

    Glad to hear it,

    Joao

  • <script> jQuery(function($){ $("#no-reply-1267032 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>