Jump to content

Trying to adjust paragraph styles in 7.1 mobile

Recommended Posts

Site URL: https://sepia-butterfly-e3x7.squarespace.com/work/einsteins

I'm using the large paragraph style for titles in desktop but it's not translating in mobile. Note "Einstein Bros. Bagels" title looks a bit lackluster in mobile view. I'm not a coder so just using CSS to adjust p style is only affecting the paragraph beneath but not the title above. 

thanks for the help!

https://sepia-butterfly-e3x7.squarespace.com/work/einsteins

Screen Shot 2020-03-02 at 11.09.02 PM.png

Screen Shot 2020-03-02 at 11.09.12 PM.png

Link to comment
  • Replies 9
  • Views 2.3k
  • Created
  • Last Reply
2 hours ago, tuanphan said:

Which mobile did you use?

I'm not sure I understand your question but I'm just using the mobile preview through squarespace admin. However, if I pull it up on my iphone it looks the same. The goal is to get the title, in this case "Einstein Bros. Bagels", larger in mobile similar to the ratios in desktop. 

Link to comment
16 hours ago, lamdra said:

Hi just wondering if you've got any insight on how to fix that title in mobile? Thanks for any help!

 
  •  

Try adding to Home > Design > Custom CSS

p.sqsrte-large {
    color: #ebe7db !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
3 hours ago, lamdra said:

Thanks for that. I plugged in the code but didn't really see a change to the site with that code. See new screen grab. Hoping to increase the size of the Einstein Bros. Bagels title. Anything else we can do?

 

if you want to increase size, use this code

@media screen and (max-width:767px) {
p.sqsrte-large {
    font-size: 30px !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

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.