Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1109443
    bekahwordsmith
    Participant

    Hi!

    This forum has been super helpful, but I’ve finally got the website published to where I can ask more specific questions. ๐Ÿ™‚

    URL: http://gbtherapy.flywheelsites.com/

    First Question: How do I tighten up the spaces between sections on the homepage? For example, the spaces between the Custom Headlines and the Line.

    Second Question: When you hover over a Page Name on the Navbar, the drop down menu covers up the Page Name (parent page on hte nav bar). How do I fix that?

    Third Question: When I view the website in mobile view, the top footer (where the two addresses are located) gets wonky. One of the addresses covers up the bottom footer. What would be the best way to go about correcting that?

    Thank you!

    Rebekah

    #1109729
    Friech
    Moderator

    Hi Rebekah,

    Thanks for writing in! #1 Headlines has a default top margin, to get rid of it you can apply a class mtn.

    e.g.
    <h2 class="mtn"><span style="color: #729459;">Welcome to Good Beginnings</span></h2>

    #2 You can add this under Custom > CSS in the Customizer.

    header .x-navbar .desktop .x-nav > li ul {
        top: 60px;
    }

    But first, please check your entire custom CSS here: http://csslint.net/ and resolve all the errors, else any css you add will not work.

    #3 Add this on your custom CSS as well.

    
    @media (max-width:  979px) {
    	.x-colophon.top {
    		height: auto !important;
    	}
    }

    Hope it helps, Cheers!

    #1110283
    bekahwordsmith
    Participant

    Okay, you are awesome sauce. That all worked perfectly and love the CSS checker.

    Thank you!

    Rebekah

    #1110579
    Rue Nel
    Moderator

    Hey There,

    Youโ€™re welcome! We are just glad we were able to help you out.
    Thanks for letting us know that it has worked for you.

    Cheers.

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