Jump to content

Booking Button Isn't Too Easy To Find On A Mobile Version

Go to solution Solved by Beyondspace,

Recommended Posts

  • Solution
45 minutes ago, Shell16 said:

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

I'm looking to spruce up my website landing page as the "Book a Session" button isn't too easy to find on a mobile version. We appreciate it if someone could provide a custom code for this. Thanks! 🙂 

Website: https://www.shellmarie.com/

Screenshot_3.png.9bcb011097a23c52c94e563073d39d7f.png

Screenshot_4.png.acef690f66b2ee0984b079848da3e21e.png

Screenshot_6.png.cc52659a4f736816603e9197775e931a.png

You can try adding to Home > Design > Custom Css

@media only screen and (max-width: 767px) {
  .header .header-actions,
  .header .header-actions-action--social,
  .header .header-actions-action--cta {
    display: block;
  }

  .header-actions.header-actions--right {
    position: absolute;
    width: 100%;
  }

  .icon.icon--fill {
    display: none;
  }
}

Let me know how it works on your site

Support me by pressing 👍 if this useful for you

Edited by bangank36

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 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
21 minutes ago, bangank36 said:

You can try adding to Home > Design > Custom Css

@media only screen and (max-width: 767px) {
  .header .header-actions,
  .header .header-actions-action--social,
  .header .header-actions-action--cta {
    display: block;
  }

  .header-actions.header-actions--right {
    position: absolute;
    width: 100%;
  }

  .icon.icon--fill {
    display: none;
  }
}

Let me know how it works on your site

Support me by pressing 👍 if this useful for you

Omg it worked!! Thanks so much, @bangank36 🙏

Link to comment
  • 9 months later...
On 11/5/2021 at 2:28 AM, bangank36 said:

You can try adding to Home > Design > Custom Css

@media only screen and (max-width: 767px) {
  .header .header-actions,
  .header .header-actions-action--social,
  .header .header-actions-action--cta {
    display: block;
  }

  .header-actions.header-actions--right {
    position: absolute;
    width: 100%;
  }

  .icon.icon--fill {
    display: none;
  }
}

Let me know how it works on your site

Support me by pressing 👍 if this useful for you

Hi there, this code work great 🙂 thank you. how can I right align this button, please?

Link to comment
  • 1 year later...
On 10/17/2023 at 9:36 AM, RAStrayer said:

Love this CSS, just what I needed, thank you.  Does anyone know what CSS can adjust the height/width?  I'd like the button to appear smaller... 

Screen Shot 2023-10-16 at 7.34.23 PM.png

Add this CSS code to Website Tools > Custom CSS

@media screen and (max-width:767px) {
	a.btn {
		padding: 5px 10px !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.