Amanda-FWI
Member-
Posts
16 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by Amanda-FWI
-
Hello! So I want to provide freebies in hopes of gaining subscribers and I noticed that people can put in their email and get the freebie, but they technically aren't "subscribed" until they get an email asking them to confirm their subscription. Is there a way to get them to be subscribed once they get the freebie? I feel like people won't always double-confirm, especially once they get the freebie. I don't know if I am wording this correctly, but I don't want to miss out on subscribers because they didn't know to also confirm in their email. Thanks in advance for any advice!
-
- newsletter
- newsletter-block
-
(and 1 more)
Tagged with:
-
Hello! I am looking for help on how to change the font on my titles and the font size of my blog post on my homepage. On desktop they look fine, but on mobile they look huge. I used an "our services" template for my blog posts, and I love it, but just having font issues. I included a screenshot to view. Website: https://www.friendshipwithintention.com
- 3 replies
-
- service-product
- css
-
(and 2 more)
Tagged with:
-
@tunaphan were you able to see it?
-
www.friendshipwithintention.com you can see on the "my books" page how small the image looks. Thank you!
-
Hi! I created a test page in my unlinked section so that I could figure out this formatting before messing up my regular pages. But I am having issues with my image looking way too small on the mobile view. I used this code below, but it's still really small (see the screenshot attached). @media only screen and (max-width:640px) { #block-yui_3_17_2_1_1679509101538_2761.sqs-block-image {width:80%; margin:auto}} It's a book cover that I would like to be much bigger, thank you in advance for your help!
-
New webinar: Squarespace Analytics
Amanda-FWI replied to Parker_SQSP's topic in Getting Started With Squarespace
Good morning! Will they put this training somewhere on the website for people to check out at a later date? Thanks! -
How do I make disclaimer text in footer smaller?
Amanda-FWI replied to FarrinPlansDisney's topic in Customize with code
thank you so much! -
I have this same issue!
-
How do I make disclaimer text in footer smaller?
Amanda-FWI replied to FarrinPlansDisney's topic in Customize with code
So that code helped me make it smaller on the website, but you can see from the screenshot my mobile view is still pretty big and I even put that code inside and outside of my mobile section. -
How do I make disclaimer text in footer smaller?
Amanda-FWI replied to FarrinPlansDisney's topic in Customize with code
Hi! I tried to use this code but I am not sure if I used it correctly, as I just cut and paste it in the bottom of my custom css section, and it still looks big on mobile. Can you please assist? my site is: www.friendshipwithintention.com -
Hello! So I was testing how to make a table of contents on an older post of mine using anchor links, and it seemed to work out pretty well. My only issue is that the space between the code block with the title and my paragraphs is now massive in mobile view. Does anyone have any advice? I included screenshots for reference.
-
my newsletter box also looks really big on mobile and I can't find code for it
-
here is the mobile code I use /* CSS FOR MOBILE */ @media only screen and (max-width: 640px) { /* Start Insert Code for Mobile*/ // Header h1 h1 {font-size:3rem !important} // Header h2 h2 {font-size:2rem!important} // Header h3 h3 {font-size:1.5rem !important} // Header h4 h4 {font-size:2rem !important} // Paragraph p {font-size:1.1rem !important} p { margin-top: 1px; margin-bottom: 1px; } // bold copy text p strong { font-weight: 600 } /* End Insert Code for Mobile*/ }
-
Site URL: https://www.friendshipwithintention.com/ Hello! So I was able to apply CSS code for my mobile view make it look nice on phones, but recently I went to look at my desktop view and it looks HUGE! I cannot find any coding anywhere to make it smaller. When I log into my website from my squarespace account, the size looks perfect so I assumed the desktop view was fine, but I was sadly mistaken. Can someone please provide guidance?