mrjack16
Member-
Content Count
41 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
mrjack16 started following Background Image Mobile Scaling, Why does my code block cover my image banner, Banner Image is Missing and 5 others
-
Why does my code block cover my image banner
mrjack16 replied to annsleedavidson's question in Coding and Customization
Did you ever find a solution? I'm having the exact same problem. -
Actually, I just found out the issue is being caused by the code block I have inserted for the "progress bar". So how can I use a code block without it interfering with the entire page? Attached, you can see what the page is supposed to look like and here is the code I'm using: <meta name="viewport" content="width=device-width, initial-scale=1"> <div> <div style="width:43%;background-color:#fa5555 !important; text-align:center;font-weight:900;font-size:10px;">43%</div> </div> </div> I see no reason for this to be messing with the banner image.
-
For some reason it's also not displaying the correct fonts as selected in the Site Styles. I wonder if that's a related problem?
-
The home page, the section with the fundraising progress bar.
-
Site URL: https://www.storybridgeama.org/ Can anyone tell me why my banner image at the top of the page has suddenly disappeared? It shows in the page media settings but not on the actual page.
-
Thank you! I think this will take care of it.
-
mrjack16 reacted to a post in a topic: Any suggestions for mitigating form spam?
-
When using the image card block, the only available image positions are left and right. Is it possible to also use top and bottom?
-
Site URL: https://www.hpch.org/home/#contact-us We're starting to get some spam on our contact form. Are there any ways you might suggest to help prevent this?
-
Target an Individual Secondary Nav Item
mrjack16 replied to mrjack16's question in Coding and Customization
Thank you. That's just what I was needing. -
Site URL: https://hpch.org I've added a "live stream" button to my secondary navigation but would like to change the color and also the padding (I think that's the correct way to make the button perfectly round?) I can locate the #yui object and style it but it seems that the ID changes each time the page loads. How can I permanently target this item in CSS? Bonus points if anyone can suggest a way to animate the button with a pulse effect.
-
Is it possible to define new paragraph styles in addition to the default H1, H2, H3, etc?
-
I've now added spacer blocks but notice the contents are still justified left which makes them off center. How can I center the text content within their containers?
-
I'm trying to get the code blocks at the top of the Contact section to center justify similar to the blocks on the Get Involved page. I can bring them in by placing spacers on the sides but they still don't center justify so they look off. I don't understand the use of flex box enough to make it work, assuming that's the best option for this. Any help or suggestions would be appreciated. Page: https://blenny-oarfish-24kk.squarespace.com/home/#contact-us Password: blenny
-
There seems to be a problem with background-attachment and background-size on iOS devices. For now I've just removed the background altogether on mobile. If anyone knows of a solution, I'd like to implement it later.
-
Can anyone tell me why my page background image isn't scaling on mobile? I'm currently using code: #collection-5c4a1df9575d1fe4bb06e353 .Main{background-image: url("https://static1.squarespace.com/static/5c478e47620b85be0b006e2b/t/5defdb6fa155287db41e9c05/1576000374889/staff_bg.jpg"); height:100%; background-attachment: fixed; background-position:center; background-repeat:no-repeat; background-size:cover; } Page: https://blenny-oarfish-24kk.squarespace.com/ourstaff Password: blenny