CFlo Posted December 20, 2022 Share Posted December 20, 2022 Hello! I'm trying to achieve vertical font for 002. Web Design on my home page. I've been using the following code, but it's causing issues with the editing of that section, making the image boxes grow each time I adjust one. I'm wondering if there is an issue with my code or something I am missing: @media screen and (min-width: 640px) { #block-yui_3_17_2_1_1671549951659_348364 { transform: rotate(-90deg); margin-left: -80vw; position: relative; right: 10px; } } I've currently removed the code from the site. password is: adamsandler22 Thanks! Link to comment
Solution Beyondspace Posted December 21, 2022 Solution Share Posted December 21, 2022 23 hours ago, CFlo said: Hello! I'm trying to achieve vertical font for 002. Web Design on my home page. I've been using the following code, but it's causing issues with the editing of that section, making the image boxes grow each time I adjust one. I'm wondering if there is an issue with my code or something I am missing: @media screen and (min-width: 640px) { #block-yui_3_17_2_1_1671549951659_348364 { transform: rotate(-90deg); margin-left: -80vw; position: relative; right: 10px; } } I've currently removed the code from the site. password is: adamsandler22 Thanks! You can try the following code @media screen and (min-width: 640px) { #block-yui_3_17_2_1_1671549951659_348364 p { white-space: nowrap !important; transform: rotate(90deg); transform-origin: top; } } Support me by pressing 👍 or marking as solution if this useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted December 21, 2022 Share Posted December 21, 2022 Here is the result I try on my site BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment