Erlend-fs Posted October 8, 2021 Share Posted October 8, 2021 (edited) 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) It looks correct on desktop: On mobile (below 767px) it breaks into two lines upon each other, and I don't want this Edited October 8, 2021 by Erlend-fs Link to comment
Beyondspace Posted October 9, 2021 Share Posted October 9, 2021 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) It looks correct on desktop: On mobile (below 767px) it breaks into two lines upon each other, and I don't want this 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 tuanphan 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 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 Posted October 12, 2021 Author Share Posted October 12, 2021 Thanks a lot bangank36! Is there also a way to remove the spacing beside the text (below 767px), so the footer will be completely left and right aligned? (see attached image). It would be great! Link to comment
tuanphan Posted October 13, 2021 Share Posted October 13, 2021 @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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Erlend-fs Posted October 15, 2021 Author Share Posted October 15, 2021 Great thanks!! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment