tjb1970 Posted August 30, 2023 Posted August 30, 2023 I have the phrase DesuckifyWork™ on my home page. I would like the superscript TM to be smaller, while still retaining the scale-to-fit text option. Is this possible? I've tried creating it with code in a markdown box but can't get the text to center align or retain the scale-to-fit feature. Any thoughts?
WCS Posted August 31, 2023 Posted August 31, 2023 @tjb1970 Try copying this unicode and inserting it to the title text box, just like you would with any other text: ᵀᴹ . It will center and scale, just like the rest of your title! If it's still not small enough, let us know and we can assist further. Did I help? Click 👍 or mark it as the solution! This helps others find the answers they need. Meghan | Westerly Creative Studio 🍪 Still need your website policies? Termageddon makes it easy. Get 10% off your first year! (< affiliate link)
tjb1970 Posted August 31, 2023 Author Posted August 31, 2023 Thank you! I tried that and it ends up looking pretty much the same. If there is a way to make it smaller, that would be awesome.
tuanphan Posted September 3, 2023 Posted September 3, 2023 Can you share site url? We can check problem easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
tjb1970 Posted September 4, 2023 Author Posted September 4, 2023 Sure thing. Here's the link: https://www.thepuddingfactory.net/
tuanphan Posted September 6, 2023 Posted September 6, 2023 On 9/5/2023 at 6:50 AM, tjb1970 said: Sure thing. Here's the link: https://www.thepuddingfactory.net/ Use this to Website > Website Tools > Custom CSS div#block-yui_3_17_2_1_1689957195610_2409 p.sqsrte-large strong:after { content: "new tm"; font-weight: 300; font-size: 18px; position: relative; top: -50px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
tjb1970 Posted September 6, 2023 Author Posted September 6, 2023 This gets really close. For about 75% of the responsive positions, it looks great. But for the rest it either shows up too high or too low relative the word "Work." I can play with the "top" value but it never quite gets it right for all iterations. I see the position is "relative." Are there any adjustments I can make there?
tuanphan Posted September 7, 2023 Posted September 7, 2023 On 9/6/2023 at 12:36 PM, tjb1970 said: This gets really close. For about 75% of the responsive positions, it looks great. But for the rest it either shows up too high or too low relative the word "Work." I can play with the "top" value but it never quite gets it right for all iterations. I see the position is "relative." Are there any adjustments I can make there? Which element do you have problem? We can give extra code Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Solution tjb1970 Posted September 13, 2023 Author Solution Posted September 13, 2023 Thank you. I think I got it to work with a few tweaks to the code. Here's where I landed: div#block-yui_3_17_2_1_1689957195610_2409 p.sqsrte-large strong:after { content: "TM"; font-weight: 300; font-size: 14px; vertical-align: super; position: relative; bottom: 7px; left: 1px; } tuanphan and o874390812743 2
gigcxos Posted August 30 Posted August 30 I'm having difficulty trying to use the CSS snippet above. I'm trying to add an SM to "Streamline Success with Broker-Dealer in A Box", but cant seem to do it. https://www.gigcxos.com/brokerdealerinabox Below is the HTML code from the this link. <div class="fe-block fe-block-1e3ad93c1c819a35acc0" style="mix-blend-mode: normal;"><div class="sqs-block html-block sqs-block-html"............ id="block-1e3ad93c1c819a35acc0"><div class="sqs-block-content"> <div class="sqs-html-content"> <h2 style="text-align:center;white-space:pre-wrap;">Streamline Success with Broker-Dealer in A Box</h2> </div> Here is what I have?? What am I doing wrong? div#block-1e3ad93c1c819a35acc0 p.sqsrte-large strong:after { content: "SM"; font-weight: 300; font-size: 14px; vertical-align: super; position: relative; bottom: 7px; left: 1px; }
tuanphan Posted September 2 Posted September 2 On 8/30/2024 at 10:58 PM, gigcxos said: I'm having difficulty trying to use the CSS snippet above. I'm trying to add an SM to "Streamline Success with Broker-Dealer in A Box", but cant seem to do it. https://www.gigcxos.com/brokerdealerinabox Below is the HTML code from the this link. <div class="fe-block fe-block-1e3ad93c1c819a35acc0" style="mix-blend-mode: normal;"><div class="sqs-block html-block sqs-block-html"............ id="block-1e3ad93c1c819a35acc0"><div class="sqs-block-content"> <div class="sqs-html-content"> <h2 style="text-align:center;white-space:pre-wrap;">Streamline Success with Broker-Dealer in A Box</h2> </div> Here is what I have?? What am I doing wrong? div#block-1e3ad93c1c819a35acc0 p.sqsrte-large strong:after { content: "SM"; font-weight: 300; font-size: 14px; vertical-align: super; position: relative; bottom: 7px; left: 1px; } You mean this? Add after "Box" word or? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment