-
Content Count
1,008 -
Joined
-
Last visited
-
Days Won
14
rwp last won the day on August 22 2020
rwp had the most liked content!
Personal Information
-
Location
USA
-
BridgetKelley started following rwp
-
ambitdesign started following rwp
-
kellyhutsbydesigns started following rwp
-
I don't even remember, post a link to your page and the issue.
- 4 replies
-
- css
- overlapping
-
(and 3 more)
Tagged with:
-
bradybone reacted to an answer to a question: How to slow down the fade transition in a 7.1 Gallery Slideshow
-
rwp reacted to an answer to a question: How To Install + Dropdown Accordion in a Product Description
-
bryonnagail reacted to a post in a topic: They did not just removed parallax scrolling in 7.1 did they?
-
ACScruggs reacted to an answer to a question: Adding CSS to Product Pages
-
ArminB reacted to an answer to a question: Stop menu items from wrapping in my dropdown menu
-
amandasmadj reacted to an answer to a question: Custom CSS: How to exclude certain pages from justify text code
-
jennypetit reacted to an answer to a question: • 8 buttons, 1 page, 8 different button colors
-
Full-width: video, img on desktop & mobile
rwp replied to karo's question in Coding and Customization
Videos are playing on my phone, they are just slow to load. Are you using an iPhone? -
CraigN reacted to an answer to a question: Display different logo on product detail page
-
Changing Logo Color on Different Site Pages
rwp replied to AbiO's question in Coding and Customization
Need a link to your page. -
@hboss22 Please email me from the link that is in my signature. I have been doing a bunch of these lately for people. Squarespace seems to have different variations depending on the theme, I can custom tailor the code to your page. Give me a few days to respond though, it takes a fair amount of work. It will also need to be changed if you add categories or change the names of them, so easiest thing is to make sure you have the categories the way you want them.
- 10 replies
-
- navigation
- slider
-
(and 1 more)
Tagged with:
-
rwp reacted to an answer to a question: Safari issue with positioning text using flex: works fine in chrome
-
HelenCrozier reacted to an answer to a question: Safari issue with positioning text using flex: works fine in chrome
-
Force Background Video to Playback at Full Resolution? (Custom CSS)
rwp replied to ryanmariehelfant's question in Coding and Customization
That's pretty odd. Try uploading to youtube? Edit, also maybe this will help? https://vimeo.zendesk.com/hc/en-us/articles/224983008-Setting-default-quality-for-embedded-videos- 4 replies
-
- custom-css
- css
-
(and 2 more)
Tagged with:
-
Did you get this sorted out?
- 1 reply
-
- font
- custom-css
-
(and 3 more)
Tagged with:
-
Safari issue with positioning text using flex: works fine in chrome
rwp replied to HelenCrozier's question in Coding and Customization
In order to use position: absolute, one of the parent elements needs to be position: relative You will also need to change bottom: 1% to bottom 0 You can use any parent element you like, that contains both the image and the text, but padding will have to be account for if you use something way up the chain. This seems to work, but I am not sure if it will effect anything else on your page, its just one that I grabbed to give you an example: [data-layout-label="Post Body"] { position: relative; } Edit, I also just noticed that you also have an issue between 601 -
jkristobans reacted to an answer to a question: How do I align left code block content (countdown timer)?
-
How do I align left code block content (countdown timer)?
rwp replied to jkristobans's question in Coding and Customization
#timer { text-align: left; } -
How can I get my carousel-summary blocks to line up?
rwp replied to jessierotton's question in Coding and Customization
I think that's the only way.- 5 replies
-
- coding
- summary block
-
(and 2 more)
Tagged with:
-
rwp reacted to an answer to a question: How can I get my carousel-summary blocks to line up?
-
How do I keep flexbox center justified even with min-width.
rwp replied to 61885's question in Coding and Customization
Happy to help. -
rwp reacted to an answer to a question: How do I keep flexbox center justified even with min-width.
-
How can I get my carousel-summary blocks to line up?
rwp replied to jessierotton's question in Coding and Customization
I've been messing with this for about an hour, I can't get anything to work. @tuanphan any ideas?- 5 replies
-
- coding
- summary block
-
(and 2 more)
Tagged with:
-
@61885 I added some code to your other post. Should get you going on the right track.
- 1 reply
-
- columns
- custom-css
-
(and 1 more)
Tagged with:
-
How do I keep flexbox center justified even with min-width.
rwp replied to 61885's question in Coding and Customization
Try this out, this will only do the first section. @media screen and (max-width:1200px) and (min-width:640px) { #photography-1 #page-5f35c573422a312d8302395a .sqs-col-2 { width: 10% !important; } #photography-1 #page-5f35c573422a312d8302395a .sqs-col-4 { width: 40% !important; } } @media screen and (max-width:1050px) and (min-width:640px) { #photography-1 #page-5f35c573422a312d8302395a .sqs-col-2 { width: 5% !important; } #photography-1 #page-5f35c573422a312d8302395a .sqs-col-4 { width: 45% !important; } } @media screen and (max-width:925px) and (min-wid