Icclebug
Member-
Content Count
87 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Help position text over header image
Icclebug replied to Icclebug's question in Coding and Customization
Sorry I didn't see this post come through, yes please. -
isensmith reacted to an answer to a question: Help position text over header image
-
Help position text over header image
Icclebug replied to Icclebug's question in Coding and Customization
Fab, that works well. Thank you 🙂 -
Icclebug reacted to an answer to a question: Help position text over header image
-
Site URL: https://www.probation-institute.org/who-we-are Hi everyone, I'm trying to insert some attribution for images on the website, although not necessary, but good practice. You'll see on this link: https://www.probation-institute.org/who-we-are I've managed to add some CSS to make the text smaller, but I can't figure out how to move the text to the bottom of the image. I've added spacers and it doesn't seem to help. Any help really appreciated. Cheers, Richard
-
Icclebug reacted to an answer to a question: Adding date/time of renewal date on order fulfilled notification for subscription products
-
Icclebug reacted to an answer to a question: Footer line spacing
-
Hi everyone, Quick query please. The products on the site are basically membership for a year, so when the fulfilment email goes to the member I'd like to say their membership will need renewing one year from the date they joined. I know this pulls in the original date - {order.submittedOn|date %e %B, %Y, %I:%M%p %Z} = 29 June, 2020, 02:33PM BST But, I'm not sure how to add a year onto it to get 29 June, 2021, 02:33PM BST Any help much appreciated.
-
JamesDesign reacted to an answer to a question: Rounded edges image cards
-
paul2009 reacted to an answer to a question: Rounded edges image cards
-
Just perfect @paul2009 and great for me to learn too. Thank you so much.
-
Icclebug reacted to an answer to a question: Rounded edges image cards
-
Thank you @paul2009 works perfectly and a great explanation for future use. I think I fixed the 40px offset margin you mentioned earlier in the thread, hope this is correct, it seems to have worked: https://oarfish-salmon-gpgd.squarespace.com/who-we-are .sqs-block-summary-v2 .summary-item { margin: 5px !important; } Where I have the summary blocks for the images on here https://oarfish-salmon-gpgd.squarespace.com/who-we-are and here https://oarfish-salmon-gpgd.squarespace.com/fellows - when you click through on the mobile version to an individual profile the images are qu
-
Icclebug reacted to an answer to a question: Rounded edges image cards
-
Hi @paul2009 I'm trying to implement the same coding for product images, but I suspect I'm getting the first part incorrect. The images on the product page are rounded, but can't seem to get them to do the same on click through. Any thoughts please? https://oarfish-salmon-gpgd.squarespace.com/how-to-join https://oarfish-salmon-gpgd.squarespace.com/membership-options/practitioner Many thanks.
-
paul2009 reacted to an answer to a question: Rounded edges image cards
-
thank you so much @paul2009 this worked perfectly. I hope other forum members find this useful. 🙂
-
Icclebug reacted to an answer to a question: Rounded edges image cards
-
paul2009 reacted to an answer to a question: Rounded edges image cards
-
thank you @paul2009 it seems to just remove the border radius from the image and the logo - see here https://oarfish-salmon-gpgd.squarespace.com/team/helen-schofield-as3ta I added this code: .Main .view-item.collection-type-blog.collection-5eef756051dd591e6c7efa5b img { border-radius:10px; }
-
Icclebug reacted to an answer to a question: Rounded edges image cards
-
Hi @paul2009 quick question if I may, the above code works perfectly but just noticed it actually puts a rounded edge on the site logo too - which isn't ideal. Any clue how to avoid this please? Thank you.
-
Hi @tuanphan seems to be every page on the mobile in landscape only. Doesn't appear to be a big issue but I thought it was worth asking. Thank you
-
Thank you, very much appreciated.
-
Icclebug reacted to an answer to a question: Rounded edges image cards
-
I’ve added a new test blog page to use as the team page: https://oarfish-salmon-gpgd.squarespace.com/test-who-we-are-1 I've tried using CSS to centre the summary block on it, but it doesn't seem quite central: .sqs-block-summary-v2 .summary-item-list { display: flex; flex-wrap: wrap; justify-content: center; } Also, I want to add some CSS to the images to make the edges rounded, instead of .BlogItem-title mentioned in the last post what would I use? Also, with this in mind, if I wanted to reduce the image width on the mobile for all images,