Jump to content

Site has huge blank space to the right

Recommended Posts

Site URL: https://www.courtneychecks.com/

Thank you to everyone who has helped already (crawling these questions/solutions has solved so many issues without even having to ask). TL;DR I'm not a proper designer, just trying my best.

I'm now having issues with a huge blank space to the right of my whole site. I can fix it by setting the header's overflow to hidden, but that hides my drop-down navigation, which is, naturally, a higher priority to keep.

I'm especially running into issues with a strange issue this causes on mobile viewing on certain browsers, as this causes my drop-down navigation to expand into this blank space and show a menu that I hadn't selected.

I'm hoping that if I can somehow get rid of this blank space, this will solved the mobile nav issue.

Thank you so much in advance.

Link to comment
  • Replies 2
  • Created
  • Last Reply
1 hour ago, exceptforturnip said:

Site URL: https://www.courtneychecks.com/

Thank you to everyone who has helped already (crawling these questions/solutions has solved so many issues without even having to ask). TL;DR I'm not a proper designer, just trying my best.

I'm now having issues with a huge blank space to the right of my whole site. I can fix it by setting the header's overflow to hidden, but that hides my drop-down navigation, which is, naturally, a higher priority to keep.

I'm especially running into issues with a strange issue this causes on mobile viewing on certain browsers, as this causes my drop-down navigation to expand into this blank space and show a menu that I hadn't selected.

I'm hoping that if I can somehow get rid of this blank space, this will solved the mobile nav issue.

Thank you so much in advance.

Could you try this

.header-menu .header-menu-nav-list {
    transform: translatey(0);
    overflow-x: hidden;
    width: 100vw;
    height: 100vh;
}
.header-menu-nav-folder:not(.header-menu-nav-folder--active) { 
  opacity: 0 !important;
  visibility: hidden !important;
}

 

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
  • 2 weeks later...
On 2/20/2021 at 7:21 PM, bangank36 said:

Could you try this



.header-menu .header-menu-nav-list {
    transform: translatey(0);
    overflow-x: hidden;
    width: 100vw;
    height: 100vh;
}
.header-menu-nav-folder:not(.header-menu-nav-folder--active) { 
  opacity: 0 !important;
  visibility: hidden !important;
}

 

This did the trick; thank you so, so much!

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.