Jump to content

Box spacing 7.1

Recommended Posts

Q1. Seems fine here. Do you use iPhone/Safari?

Q2.

.newsletter-block .newsletter-form-field-element {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 0 !important;
    border-top: none;
    border-right: none;
    border-left: none;
    border-width: 1px;
    border-color: #000;
    text-transform: uppercase;
}

 

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
  • Replies 32
  • Created
  • Last Reply

Thanks. Yes iphone safari. The problem is a lot of people will be.

This has solved caps but still getting weird curved box instead of line on mobile. Can I control font size and letter spacing and change word to just say "EMAIL" and delete "ADDRESS"?

 

image.png.0df326932c7789e0a5530b596039c37e.png

Link to comment

try

.newsletter-block .newsletter-form-field-element {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 0 !important;
    border-top: none;
    border-right: none;
    border-left: none;
    border-width: 1px;
    border-color: #000;
    text-transform: uppercase;
}
@media screen and (max-width:767px) {
.newsletter-block .newsletter-form-field-element {
    border-radius: 0 !important;
	letter-spacing: 5px;
	font-size: 12px;
}
}

change to "Email" test is a bit difficult. I will check again in the next few days

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.