Jump to content

Recommended Posts

[data-form-id="5f095b98687d657c9e7696fb"] .field-list.clear {
    display: flex;
    flex-wrap: wrap;
}

[data-form-id="5f095b98687d657c9e7696fb"] .form-item.field.email {
    margin-left: auto;
}

[data-form-id="5f095b98687d657c9e7696fb"] .form-item {
    flex:0 48%;
}

[data-form-id="5f095b98687d657c9e7696fb"] .form-item.field.checkbox {
    flex:0 100%;
}

 

Link to comment
@media screen and (min-width: 768px){
  [data-form-id="5f095b98687d657c9e7696fb"] {
    display: inline-flex;
  }

  [data-form-id="5f095b98687d657c9e7696fb"] .form-button-wrapper.form-button-wrapper--align-center {
    margin-top: 10px;
    margin-left: 4%;
  }
}

I kind of got it to work, but it gets really weird as the page dynamically resizes.

Try adding this, it will only move the button above 768px screen width.

 

Link to comment
  • 1 year later...

I know this thread is old but thought I would drop my similar issue here given you all have figured this out once before.  I am having the same issue with my logo being off-center on mobile.  I tried using a few variations of what you all were suggesting above but could not make it work. My website is: themckinneylawfirm.com.  Screenshot of my current CSS before attempting any of this is attached.  Thanks for any help you might offer. 

 

Screen Shot 2022-03-10 at 10.33.19 AM.png

Link to comment
On 3/10/2022 at 11:35 PM, Maclaw said:

I know this thread is old but thought I would drop my similar issue here given you all have figured this out once before.  I am having the same issue with my logo being off-center on mobile.  I tried using a few variations of what you all were suggesting above but could not make it work. My website is: themckinneylawfirm.com.  Screenshot of my current CSS before attempting any of this is attached.  Thanks for any help you might offer. 

 

Screen Shot 2022-03-10 at 10.33.19 AM.png

Add to Design > Custom CSS

@media screen and (max-width:640px) {
div#banner-wrapper {
    margin-right: 0 !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!)

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.