Jump to content

Thurstings

Circle Member
  • Posts

    24
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Thurstings's Achievements

  1. @zhanamitkova Hey, if you message me your login details I can login and look at the ID for that text. I won't be around this weekend, but can look at it early next week if that helps?
  2. @zhanamitkova Here is the code to target mobile devices only - Note the 640px is the breakpoint for when it determines the screen is in mobile. Check your mobile breakpoint in your style editor and use the px value here. /* Resize footer images */ @media screen and (max-width: 640px) { footer .sqs-image .sqs-image-content img, footer .image-block { transform: scale(0.5) }} /* Resize text on mobile */ @media screen and (max-width: 640px) { #block-yui_3_17_2_1_1581506136944_9324 { font-size: 12px }} Note the font size I have entered is just an example so play around with it - I think the #block I am targetting is your text box. Let me know if this works? Green = You can alter these figures to work for your website.
  3. Not sure if this will work, but some code I had from one of my sites. Assuming they are image blocks you wan't to reduce - Note, you may need to alter other things this just makes them smaller on the page. /* Resize footer images */ footer .sqs-image .sqs-image-content img, footer .image-block { transform: scale(0.5)
×
×
  • 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.