Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #888896
    jsjmccracken
    Participant

    Hello,

    How do I put the logo in the navbar on: http://www.tablerockkennels.com/ in the top left and have each li moved to the right?

    Thank you!

    Jacob

    #889425
    John Ezra
    Member

    Hi there,

    Thanks for writing in! Please go into your customizer and switch the header layout from stacked to inline.

    Appearance > Customize > Header > Logo and Navigation > Layout >> Set this to inline.

    Hope this helps – thanks!

    #890156
    jsjmccracken
    Participant

    Thank you, that solved it!

    How do I get rid of the box at the bottom? Just above the footer menu there is a faint gray box that I would like to not be there but I would also like to have a white line right above the footer menu.

    #890748
    Darshana
    Moderator

    Hi there,

    I could not see any gray box above footer menu. Could you please provide us with the page URL and a screenshot of your issue? so that we can assist you.

    Thanks!

    #890756
    jsjmccracken
    Participant

    Here’s a picture. The border is gray and the inside is the background. It’s very faint but there. I want the footer menu moved up closer to the Goodreads widget with a white line separating the Goodreads widget and the footer menu.

    #891459
    Christopher
    Moderator

    Hi there,

    Please disable ‘Footer widget areas’ from Customize -> Footer.

    Please add following code in Customize -> Custom -> CSS :

    footer.x-colophon.top {
        box-shadow: none;
        border: none;
    }

    Hope it helps.

    #891901
    jsjmccracken
    Participant

    The box is gone thank you!

    How do I change the horizontal line above the footer menu but below Goodreads from black to a different color?

    #892853
    Nabeel A
    Moderator

    Hi again,

    To change the color of the footer border, you can use this code:

    .x-colophon.bottom {
        border-top: 1px solid #fff !important;
    }

    Let us know how this goes!

    #892980
    jsjmccracken
    Participant

    This is what I needed 🙂 Thank you!

    #893473
    Zeshan
    Member

    You’re welcome! 🙂

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