Jump to content

Recommended Posts

  • Replies 9
  • Views 629
  • Created
  • Last Reply

Top Posters In This Topic

Posted (edited)

Have you tried editing it in mobile first? On the edit page click the mobile icon, otherwise, this is a higher skilled topic, but, if you’re interested this MDN article  is a quick overview to the syntax and that should get you started.  

Edited by Jake235
  • 1 month later...
Posted
2 hours ago, tuanphan said:

Add to Design > Custom CSS

@media screen and (max-width:767px) {
div#page-section-626bb433ecca1510b5b2ba33 .span-12>.row {
    display: flex;
    align-items: flex-end;
}
}

 

Thank you Tuanphan! Do you know by any chance how to move the icon to the right corner? See attached:

Screenshot 2022-06-22 at 08.11.35.png

Posted
2 hours ago, HandegardArkitektur said:

Thank you Tuanphan! Do you know by any chance how to move the icon to the right corner? See attached:

Screenshot 2022-06-22 at 08.11.35.png

Use this new code

@media screen and (max-width:767px) {
div#page-section-626bb433ecca1510b5b2ba33 .span-12>.row {
    display: flex;
    align-items: flex-end;
}
div#page-section-626bb433ecca1510b5b2ba33 .span-9 {
    width: 70% !important;
}
}

 

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!)

Posted
5 minutes ago, tuanphan said:

Use this new code

@media screen and (max-width:767px) {
div#page-section-626bb433ecca1510b5b2ba33 .span-12>.row {
    display: flex;
    align-items: flex-end;
}
div#page-section-626bb433ecca1510b5b2ba33 .span-9 {
    width: 70% !important;
}
}

 

amazing! Thank you so much

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.