Jump to content

Breakpoint 7.1? Keep Desktop Header and menu on iPad in Portrait

Recommended Posts

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

I'm trying to overcome the lack of ability in SS 7.1 to set the mobile breakpoint. I can't seem to find a way to keep the desktop header, with Site Title on left and Navigation on right. I only want the hamburger on mobile devices, not on iPad in portrait. Header background is transparent...

New to 7.1 here, any and all help is greatly appreciated. Thank you!

Edited by JDF
Clarity, typos
Link to comment
  • JDF changed the title to Breakpoint 7.1? Keep Desktop Header and menu on iPad in Portrait
12 hours ago, JDF said:

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

I'm trying to overcome the lack of ability in SS 7.1 to set the mobile breakpoint. I can't seem to find a way to keep the desktop header, with Site Title on left and Navigation on right. I only want the hamburger on mobile devices, not on iPad in portrait. Header background is transparent...

New to 7.1 here, any and all help is greatly appreciated. Thank you!

Hi. Add to Design > Custom CSS

/* Force Nav menu on Tablet */
@media screen and (max-width:991px) and (min-width:768px) {
.header-display-desktop {
    display: flex !important;
}
.header-display-mobile {
    display: none !important;
}
.header-burger {
    display: none;
}
.header-title-nav-wrapper {
    flex: 1 0 100% !important;
}
.header-nav {
    display: flex !important;
    width: 70% !important;
    flex: 1 1 70% !important;
}
.header-title {
    flex: 1 0 60% !important;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
On 7/25/2021 at 7:35 PM, JDF said:

@tuanphan Thanks so much! You're such a great resource! I've tweaked a bit and implemented. If there's anything you ever need let me know.

Do you need fix these? (Checked July 27)

Site URL – https://www.grahammarriott.com/

1. (Project) You haven’t changed SEO Title so the browser tab name still shows “General 5”

https://www.grahammarriott.com/projects

grahammarriott.com-01-min.png

2. (American west) Similar above.

https://www.grahammarriott.com/american-west

grahammarriott.com-02-min.png

3. (My native land) Similar about.

https://www.grahammarriott.com/my-native-land

grahammarriott.com-03-min.png

4. (Desktop – My native land) Image overlaps text.

https://www.grahammarriott.com/my-native-land

grahammarriott.com-04-min.png

5. (Mobile – Homepage) On desktop, the entire image can be seen. On mobile, the image is partially cropped.

https://www.grahammarriott.com/

grahammarriott.com-05-min.png

6. (Tablet – Homepage) Scroll bar at the bottom of page.

https://www.grahammarriott.com/

grahammarriott.com-06-min.png

7. (Tablet – Header) Menu is cut into 3 lines.

https://www.grahammarriott.com/

grahammarriott.com-07-min.png

8. (Tablet – About) Increase text width and image width?

https://www.grahammarriott.com/about

grahammarriott.com-08-min.png

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.