-
Content Count
1,008 -
Joined
-
Last visited
-
Days Won
14
Everything posted by rwp
-
I don't even remember, post a link to your page and the issue.
-
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.
-
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- 10 replies
-
- custom-css
- css
-
(and 1 more)
Tagged with:
-
Did you get this sorted out?
-
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 -
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. -
How do I keep flexbox center justified even with min-width.
rwp replied to 61885's question in Coding and Customization
Happy to help. -
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? -
@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 -
How do I keep flexbox center justified even with min-width.
rwp replied to 61885's question in Coding and Customization
I will look into this in a bit. This is a complex fix. -
How do I keep flexbox center justified even with min-width.
rwp replied to 61885's question in Coding and Customization
Use @media to remove padding and spacers as the width of the screen decreases. You can also use transform: scale() to shrink the entire block so it stays how you want. You are pretty much trying to override squarespaces dynamic sizing, so its going to take a bit of work. -
Changing Logo Color on Different Site Pages
rwp replied to AbiO's question in Coding and Customization
body:not(.homepage) .header-title-logo { filter: invert(1); } -
How can I get my carousel-summary blocks to line up?
rwp replied to jessierotton's question in Coding and Customization
Need a link to your page to help. -
Changing Logo in Navigation Menu to White
rwp replied to gillianw12's question in Coding and Customization
Sorry, I misunderstood. This should do what you want. .header--menu-open .header-title-logo { display: block !important; filter: invert(1) grayscale(1) !important; } -
Post a link to your page please.
-
Change header color on individual pages for mobile
rwp replied to Daniella_P's question in Coding and Customization
Did you get this figured out? I don't see a light background. -
Vertical Flip Animation Width Issues
rwp replied to Robert914's question in Coding and Customization
.sentence { font-size: min(5vw, 55px); }- 2 replies
-
- custom-css
- mobile
-
(and 1 more)
Tagged with:
-
Changing Logo in Navigation Menu to White
rwp replied to gillianw12's question in Coding and Customization
.homepage .header-title-logo { filter: invert(1) grayscale(1); } -
You can add a blocks to the product pages under the additional info tab.