lorainedeleonnnn Posted April 1 Share Posted April 1 My logo is too small for my website. I want to apply a CSS style that can help me make my logo bigger. I can't figure out what to do, which is why I'm unable to resize my logo. I hope I'll get an answer. Thank you, everyone! Link to comment
tuanphan Posted April 1 Share Posted April 1 What is your site url? We can check easier But you should check your logo file, to see if it has any big space inside it 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!) Link to comment
lorainedeleonnnn Posted April 3 Author Share Posted April 3 Sorry for the late response but this is my URL:https://www.virtualaccountantnyc.com/ Link to comment
lorainedeleonnnn Posted April 3 Author Share Posted April 3 Also, i have a transparent logo. Can you please help me with this one? Link to comment
tuanphan Posted April 5 Share Posted April 5 On 4/3/2024 at 7:53 AM, lorainedeleonnnn said: Sorry for the late response but this is my URL:https://www.virtualaccountantnyc.com/ You can use this code to Website > Website Tools > Custom CSS .header-title-logo img, .header-title-logo a { max-height: 100px; } 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!) Link to comment
lorainedeleonnnn Posted April 5 Author Share Posted April 5 It worked. I'm experiencing an issue with my announcement bar when using media queries. I'm aiming to create a more appealing design for it. Could you please guide how to achieve this? Thank you so much. Hope you can help me with this one. This is my URL: https://www.virtualaccountantnyc.com/ And this is my code in the announcement bar: .sqs-announcement-bar { padding: 8px; width: 100%; position: fixed; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); background: linear-gradient(10deg, #2675A6, #20638C); } .sqs-announcement-bar strong { font-size: 15px; font-weight: bolder; letter-spacing: 2px; font-family: 'Poppins'; margin-right: 10px; } .sqs-announcement-bar em { font-size: 13px; font-style: normal; text-transform: none; border: 1px solid #fff; border-radius: 5px; padding: 7px 12px; cursor: pointer; margin-left: 15px; font-weight: 00; transition: background-color 0.3s ease; } .sqs-announcement-bar-close { display: none } Link to comment
tuanphan Posted April 7 Share Posted April 7 To add a space between text - button on mobile, you can use this CSS code @media screen and (max-width:767px) { div.sqs-announcement-bar-text em { display: block; margin-top: 20px; width: 100px; margin-left: auto; margin-right: auto; } } 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!) Link to comment
lorainedeleonnnn Posted April 7 Author Share Posted April 7 I've already applied the code you provided, and it has changed. Could you please assist me in aligning all of my content, including the button, in a single line? I prefer not to have the button on a separate line. Please help me with this one. Thank you so much! Again this is my URL: https://www.virtualaccountantnyc.com/ Here's how the text and button layout changed when I applied the code you provided: Announcement bar i want to achieve ( one line) : Link to comment
tuanphan Posted April 9 Share Posted April 9 To make same line, use this CSS code @media screen and (max-width:767px) { .sqs-announcement-bar-text { padding-left: 5px !important; padding-right: 5px !important; } } 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!) Link to comment
lorainedeleonnnn Posted April 11 Author Share Posted April 11 Hello, Tuanphan! I'd like to ensure that my title (Virtual Accountant NYC at JCDL Virtual Assistance Services) is visually appealing with an ideal line height and size. Could you please assist me in making this text more appealing? I'm not quite satisfied with its current style. Thank you very much for your help! Link to comment
tuanphan Posted April 13 Share Posted April 13 On 4/11/2024 at 7:56 PM, lorainedeleonnnn said: Hello, Tuanphan! I'd like to ensure that my title (Virtual Accountant NYC at JCDL Virtual Assistance Services) is visually appealing with an ideal line height and size. Could you please assist me in making this text more appealing? I'm not quite satisfied with its current style. Thank you very much for your help! You want to reduce or increase its size? 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!) Link to comment
lorainedeleonnnn Posted April 13 Author Share Posted April 13 can you try both?? I just wanna see if the alignment is still okay. Thank you very much, Tuanphan! Link to comment
tuanphan Posted April 16 Share Posted April 16 On 4/13/2024 at 3:52 PM, lorainedeleonnnn said: can you try both?? I just wanna see if the alignment is still okay. Thank you very much, Tuanphan! You can use this code to Website > Website Tools > Custom CSS @media screen and (max-width:767px) { div#block-fcc81c520b39e6f05965 * { font-size: 16px !important; } } 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!) Link to comment
lorainedeleonnnn Posted April 16 Author Share Posted April 16 Hi Tuanphan! How can I maintain a consistent box size even when I input more text? I want all the boxes in my layout to be the same size. Thank you! Link to comment
lorainedeleonnnn Posted April 18 Author Share Posted April 18 @tuanphan Hi Tuanphan! How can I maintain a consistent box size even when I input more text? I want all the boxes in my layout to be the same size. Thank you! Link to comment
tuanphan Posted April 20 Share Posted April 20 On 4/18/2024 at 3:52 PM, lorainedeleonnnn said: @tuanphan Hi Tuanphan! How can I maintain a consistent box size even when I input more text? I want all the boxes in my layout to be the same size. Thank you! When you edit List, it has an option to make all boxes equal height 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!) 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