Jump to content

How to Change SIZE of HEADER on my MOBILE version ONLY (cuts off half header)

Recommended Posts

Site URL: https://sparrow-hyperboloid-rk2n.squarespace.com/config/

This is for my personal website... I have tried and looked for any code that will help me adjust the header so that my name is not cut off in Mobile version. In desktop version, (see image below) it is just fine. Only in mobile does it cut off half my name. Any help you could provide to adjust this would be greatly appreciated! Thank you so much!

 

Emily Chamberlin 984425336_ScreenShot2021-12-30at10_02_01AM.png.fe3363e5b4d3bf0b3f8b644e78434dda.png

Link to comment
39 minutes ago, EmCha said:

Site URL: https://sparrow-hyperboloid-rk2n.squarespace.com/config/

This is for my personal website... I have tried and looked for any code that will help me adjust the header so that my name is not cut off in Mobile version. In desktop version, (see image below) it is just fine. Only in mobile does it cut off half my name. Any help you could provide to adjust this would be greatly appreciated! Thank you so much!

 

Emily Chamberlin 984425336_ScreenShot2021-12-30at10_02_01AM.png.fe3363e5b4d3bf0b3f8b644e78434dda.png

Try

@media only screen and (max-width: 767px) {
  .header-title-text {
    box-sizing: border-box;
    height: 100%;
    padding-right: 0 !important; 
  }
  #site-title {
    box-sizing: border-box;
    display:  block;
    font-size: 18px;
    height: 100%;
  }
}

Let me know how it works on your site

Press 👍 or mark this answer as solution to help another one too

Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.
Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio plugin
If you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you

Link to comment

My testing

image.png.38e0b7125f2880e8933125158a537674.png

Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.
Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio plugin
If you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. 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.