Jump to content

Aligning text differently on mobile to desktop

Recommended Posts

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

5 hours ago, visionsbyfurks said:

Site URL: https://studiofurks.com/

Hello,

I wanted to align the "LinkedIn↗   Email↗"  in my website footer on the left side on mobile only. I want to keep it how it is on desktop where it is aligned to the right.

How do I do this? Thanks.

You can try adding to Home > Design > Custom Css

@media only screen (max-width: 767px) {
  #block-yui_3_17_2_1_1635064173917_7170 p {
    display: flex;
  }
  #block-yui_3_17_2_1_1635064173917_7170 p > a {
    margin-right: 10px;
  }
}

Let me know if it works properly on your site

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 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
  • 1 month later...

@visionsbyfurks Add to Design > Custom CSS

/* Mobile footer */
@media screen and (max-width:767px) {
div#block-yui_3_17_2_1_1638797212549_9169+.row>.col {
    float: left !important;
    width: 50% !important;
}
}

 

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

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.