squarespacenewbie1 Posted February 17 Posted February 17 Hi Everybody, thanks in advance for your time. I would like to make my site title in WELLS template read vertically, i.e rotate the whole title through 90degrees. Is this possible? Thank you!
derricksrandomviews Posted February 18 Posted February 18 I don't know of any code to do this. I think it is possible as an image but not text. You make an image of your title vertically aligned then upload it as a logo and use it with no text title.
squarespacenewbie1 Posted February 18 Author Posted February 18 Thanks so much for the quick reply @derricksrandomviews - I'm going to try that now!
paul2009 Posted February 18 Posted February 18 12 hours ago, squarespacenewbie1 said: I would like to make my site title in WELLS template read vertically, i.e rotate the whole title through 90degrees. You should be able to do this with some Custom CSS. Note that, depending on the length and height of your site title, in addition to rotating it, you may need to add some margin to the top to push it further down the page. Here's an example. If you need more help, please provide a working link to your site 🙂. @media only screen and (max-width: 800px) { #logo { transform: rotate(-90deg); margin-top: 60px; } } Did this help? Please give feedback by clicking an icon below ⬇️ derricksrandomviews 1 Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment