jkristobans
Member-
Content Count
28 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
jkristobans reacted to an answer to a question: Image poster block align text to top
-
Image poster block align text to top
jkristobans replied to jkristobans's question in Coding and Customization
Perfect. Thank you. -
Linear background for whole website
jkristobans replied to jkristobans's question in Coding and Customization
Hi. Yes, please! -
jkristobans started following custom google font for whole 7.0 site, Linear background for whole website, Reduce individual blog post width and 3 others
-
Site URL: https://www.theemailschool.com/ I would. like to add linear gradient to my whole website. From left to write and top to bottom. I have this piece of code but it leaves white space all around. I'm using Brine template and 7.0. What am I doing wrong? .Main-content { background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%); }
-
bangank36 reacted to an answer to a question: Reduce individual blog post width
-
reduce padding around text in the text block
jkristobans replied to jkristobans's question in Coding and Customization
Yes. https://www.theemailschool.com/ For example website title has a large padding around the text inside the block. -
jkristobans reacted to an answer to a question: Reduce individual blog post width
-
Reduce individual blog post width
jkristobans replied to jkristobans's question in Coding and Customization
Hey. Thank you so much. That worked.- 2 replies
-
- blog-post
- custom-css
-
(and 1 more)
Tagged with:
-
bangank36 reacted to a question: Reduce individual blog post width
-
bangank36 reacted to a question: reduce padding around text in the text block
-
Site URL: https://www.theemailschool.com/blog/how-to-increase-your-newsletter-open-rates Is it possible to reduce individual blog post (Brine theme, Squarespace 7.0) width?
- 2 replies
-
- blog-post
- custom-css
-
(and 1 more)
Tagged with:
-
reduce padding around text in the text block
jkristobans posted a question in Coding and Customization
I would like to reduce padding around the text in the text block. Not for the specific text block but for the whole website. Is it possible such a thing? -
Site URL: https://www.theemailschool.com/community Is it possible to align to the top text in the image poster block? Right now it's centred. I used shift + enter to move text up but it doesn't work always. Ideally if I could change the padding and first line is at the same height in every image block. I have multiple pages of the same image blocks. Image in the attachment. It's Squarespace 7.0 Brine.
-
jkristobans reacted to an answer to a question: How to align everything to left on mobile 7.0
-
How to align everything to left on mobile 7.0
jkristobans replied to jkristobans's question in Coding and Customization
thank you so much. that worked. Juris- 4 replies
-
- css
- custom-css
-
(and 1 more)
Tagged with:
-
How to align everything to left on mobile 7.0
jkristobans replied to jkristobans's question in Coding and Customization
Yes yes. That worked. Thank you. But I have more pages like this. Shall I do the same code for other pages? Screenshot in the attachment. I have a similar code for the footer. That aligns left to all pages. /* Align footr mobile */ @media screen and (max-width:640px) { div#footerBlocksBottom * { text-align: left !important; } }- 4 replies
-
- css
- custom-css
-
(and 1 more)
Tagged with:
-
How to align everything to left on mobile 7.0
jkristobans posted a question in Coding and Customization
Site URL: https://www.theemailschool.com/ How to align everything to left on mobile 7.0? Brine template.- 4 replies
-
- css
- custom-css
-
(and 1 more)
Tagged with:
-
jkristobans reacted to an answer to a question: custom google font for whole 7.0 site
-
custom google font for whole 7.0 site
jkristobans replied to jkristobans's question in Coding and Customization
Brilliant! Thank you. This worked for me.- 4 replies
-
- code
- custom-css
-
(and 1 more)
Tagged with:
-
custom google font for whole 7.0 site
jkristobans replied to jkristobans's question in Coding and Customization
Thank you. That didn't work. Didn't change anything and part of the code show up on the website in the header. Pic in attachment.- 4 replies
-
- code
- custom-css
-
(and 1 more)
Tagged with:
-
Site URL: https://www.theemailschool.com/ I want to change the whole 7.0 website to custom google font (Inter). I'm wondering whether it's possible? And how?
- 4 replies
-
- code
- custom-css
-
(and 1 more)
Tagged with:
-
jkristobans reacted to an answer to a question: How to force button email link to open in new tab?
-
How to force button email link to open in new tab?
jkristobans replied to jkristobans's question in Coding and Customization
Hey. Brilliant. Thank you. I don't know why I haven't thought about it. 🙂