Jump to content

Text boxes on same line on mobile

Recommended Posts

Site URL: https://www.hoyden.no

Hello!

I've made a really simple footer. It contains of two text boxes beside each other. 

On desktop, the page displays as I want.

Under 767px (on mobile), the footer breaks into two different lines upon each other.

I want the text to be beside each other.

Anyone with a suggestion for how this could be solved?

 

 

It's built up with two text boxes besides each other:

(left aligned to the left and right aligned to the right)

Screenshot 2021-10-08 at 09.24.00.png

 

 

It looks correct on desktop:

Screenshot 2021-10-08 at 09.24.35.png

 

On mobile (below 767px) it breaks into two lines upon each other, and I don't want this

Screenshot 2021-10-08 at 09.24.25.png

 

Edited by Erlend-fs
Link to comment
18 hours ago, Erlend-fs said:

Site URL: https://www.hoyden.no

Hello!

I've made a really simple footer. It contains of two text boxes beside each other. 

On desktop, the page displays as I want.

Under 767px (on mobile), the footer breaks into two different lines upon each other.

I want the text to be beside each other.

Anyone with a suggestion for how this could be solved?

 

 

It's built up with two text boxes besides each other:

(left aligned to the left and right aligned to the right)

Screenshot 2021-10-08 at 09.24.00.png

 

 

It looks correct on desktop:

Screenshot 2021-10-08 at 09.24.35.png

 

On mobile (below 767px) it breaks into two lines upon each other, and I don't want this

Screenshot 2021-10-08 at 09.24.25.png

 

Add to Home > Design > Custom Css

section[data-section-id="5ffea630da371a04006d3636"] .row.sqs-row {
  display: flex;
  justify-content: space-between;
}

Support me by pressing 👍 if this useful for you

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

@Erlend-fs Add to Design > Custom CSS

@media screen and (max-width:767px) {
div#block-yui_3_17_2_1_1633424863548_17292 {
    padding-right: 10px;
}

div#block-yui_3_17_2_1_1610537374853_7276 {
    padding-left: 10px;
}
}

 

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.