Jump to content

Moving title and menu above banner image on mobile

Go to solution Solved by tuanphan,

Recommended Posts

Hello, 

My client would like the site title and hamburger menu to be above the banner image on mobile, in the white "border" space. He has found a site to show what he'd like (Cobb Haus) and taken screenshots to show what he'd like. I've attached that below. 

I appreciate any assistance.

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

lakehelen.jpg

Edited by tiffanydavidson
adding url
Link to comment
  • Solution

Hi. Add to Design > Custom CSS

@media screen and (max-width:767px) {
header#header {
    position: static !important;
}
a#site-title {
    color: black !important;
}
.burger-inner>div {
    background-color: black !important;
}
}

image.png.8f418f112061efcc50630ce1eca604c0.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
  • 2 weeks later...
On 3/9/2023 at 12:41 PM, tiffanydavidson said:

@tuanphan You are so incredibly helpful and appreciated. Thank you. Yes, it did work. The only slight issue I'm seeing is that there seems to be a bit too much padding above the site title and menu on mobile. See attached image (and please pardon blue light blocking software visible in screenshot).

11.png

Use this new code

@media screen and (max-width:767px) {
header#header {
    position: static !important;
margin-top: 0px !important;
}
.header-announcement-bar-wrapper {
    padding-top: 0px !important;
}
a#site-title {
    color: black !important;
}
.burger-inner>div {
    background-color: black !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

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.