Jump to content

How to move a button (only on the website mobile version)

Recommended Posts

Hi,

I need help to move a button on the status order page.

On the mobile version of my website, this confirmation button is hidden behind a message that can't be closed.
I want to move it under the order recap.

IMG_4346.thumb.jpg.696e7b7b5a9bb00ee18c9d759d133be4.jpgimage.thumb.jpeg.b3594e842ec111479cd97f71aeeccd24.jpeg

I have change the "margin-top" parameter, it's perfect on the desktop version, but it has no effect on the mobile version.
How can I create a different position parameter, only for the mobile version ?

Here is the current code lines for this button ( this is from the Sendcloud integration).

Capturedcran2024-06-1618_19_33.png.bff2f97b915e2744d9259b110552477f.png

Thanks for your help ! 🙂

Adèle

Link to comment
20 hours ago, t-adele said:

Hi,

I need help to move a button on the status order page.

On the mobile version of my website, this confirmation button is hidden behind a message that can't be closed.
I want to move it under the order recap.

IMG_4346.thumb.jpg.696e7b7b5a9bb00ee18c9d759d133be4.jpgimage.thumb.jpeg.b3594e842ec111479cd97f71aeeccd24.jpeg

I have change the "margin-top" parameter, it's perfect on the desktop version, but it has no effect on the mobile version.
How can I create a different position parameter, only for the mobile version ?

Here is the current code lines for this button ( this is from the Sendcloud integration).

Capturedcran2024-06-1618_19_33.png.bff2f97b915e2744d9259b110552477f.png

Thanks for your help ! 🙂

Adèle

To make sure the code runs for mobile only you can use the media query like this:

@media only screen and (max-width: 767px) {
/* style for mobile*/
}

 

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

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.