How can you control the thickness of the outline stroke line around a text box? It's currently limited to 1px, I'd like to change it to 0.5px, throughout the site, in order to apply it to each text box Thank you
Great question! Technically you can rotate this block, but in classic editor sections like blog posts taht can mess up the layout. I'd recommend using a border code for the side of a content block instead; check out this tutorial for an overview on the idea: ruclips.net/video/jPF0cAwatUU/видео.html
A dashed line is created with a completely different code. Something else in your site is overwriting your code to create this; send me a link (support-at-insidethesquare.co) and I'll hop into the code to see what the heck is going on behind teh scenes.
God bless you and your family! You make coding feel less scary.
Thank you - I'm glad you like my style :)
How can you control the thickness of the outline stroke line around a text box? It's currently limited to 1px, I'd like to change it to 0.5px, throughout the site, in order to apply it to each text box
Thank you
Intersting idea! You can try a code like this:
.sqs-html-content{border: 0.5px solid #333!important}
Thanks!!!!!
Happy to help ☺️
Thank you for this. Making the line vertical would be useful sometimes - is that possible?
Great question! Technically you can rotate this block, but in classic editor sections like blog posts taht can mess up the layout. I'd recommend using a border code for the side of a content block instead; check out this tutorial for an overview on the idea: ruclips.net/video/jPF0cAwatUU/видео.html
@@InsideTheSquare thank you, I'll give that a watch.
I do not see the chorme extension in the bio. How do I get the extension?
It's in the video description under the related links: insidethesquare.co/chromeext
Hi! I've added dotted lines to my site, but on mobile it turns to a dashed line. Is there a way to keep it dotted on mobile? Thanks.
A dashed line is created with a completely different code. Something else in your site is overwriting your code to create this; send me a link (support-at-insidethesquare.co) and I'll hop into the code to see what the heck is going on behind teh scenes.
Crazy how Squarespace didn't include options to customize the line stroke and/or the rotation...
Thank goodness for CSS 😉