x

Navigation menu in between lines too large (spacing between top and bottom buttons then collapses)

Hello,

https://www.patricktullytherapy.com

My site's navigation menu has two lines of pages, and the space between the lines is too large, then when one scrolls down the page, the lines collapse together too much.

I tried adjusting the pixels in the header code, but making the header bigger, etc. doesn't help.


I tried expanding the header to eliminate the cut off of the "g" in counseling on mobile, but it still happens.  This particular problem doesn't happen on my laptop.

Here's my style coding for the header:

<style>
.wsite-header-section > .wsite-section-content > .container
{
padding-top:10px !important;
}
</style>

<style>
@Media screen and (max-width: 1024px)
{
.dusk-header .container
{
height: 125px !important;
}
body.sticky-nav-on .site-canvas
{
padding-top: 125px !important;
}
}
</style>


<style>
.topbar {
background-color: white;
}
.logo {
text-align: center;
background-color: white;
}
#wsite-title {
color: black;
}
</style>


<style>
.dusk-header .container
{
height: 120px !important;
}
</style>

681 Views
Message 1 of 3
Report
2 REPLIES 2

Oh!  Interesting, the part where I mentioned the bottom of the g in counseling was cut off on mobile.  Well, when I zoom in on a browser, it gets cut off in the Weebly editor itself.


Some of the padding doesn't help when made larger because there's still a line below the header that can't be expanded with the current code.

I tried getting rid of "and Counseling" but then on mobile it just placed Patrick Davey on the top line and Tully Therapy on the bottom... and Tully Therapy had the cut off bottom problem.

679 Views
Message 4 of 3
Report

Sorry to reply again... the website in the editor itself has very large text and prior to doing work to adjust the text it wasn't like that.  Now it seems the desktop text became smaller from something I did along the lines.

671 Views
Message 4 of 3
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.