RNATranslation Posted September 28, 2021 Share Posted September 28, 2021 Site URL: https://www.rnatranslation.com/contact Having trouble targeting and specifically for only that page changing a symbol after text This about as far as I've gotten div#block-.sqs-block form-block sqs-block-form But I'm not sure which tag to use so the code can be recognised like custom css with <style></style> Link to comment
tuanphan Posted September 30, 2021 Share Posted September 30, 2021 Hi, Which symbol? You mean * Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
RNATranslation Posted October 6, 2021 Author Share Posted October 6, 2021 Hi there Yes, just saw this now I've since been able to solve this problem But if it's possible could you help with website layout? I've currently got code for the spacing in the footer for a newsletter, but I'm not sure it's the best route <style> span.newsletter-form-button-label { font-family:'bebas-neue'; letter-spacing: 1.2px; } .newsletter-block .newsletter-form-field-element { border-radius: 0px; border: none !important; font-family:'bebas-neue'; letter-spacing: 0.7px; background: white; outline: none; padding: 16.25px; } @media screen and (max-width:600px) { .newsletter-block .newsletter-form-field-element { text-align: center!important; } } .newsletter-form-header { display: none !important; }</style> Is there a better way, or is any code that works fine? In specific, is using css to modify padding fine for different screen sizes? Link to comment
tuanphan Posted October 8, 2021 Share Posted October 8, 2021 On 10/6/2021 at 7:26 PM, RNATranslation said: Hi there Yes, just saw this now I've since been able to solve this problem But if it's possible could you help with website layout? I've currently got code for the spacing in the footer for a newsletter, but I'm not sure it's the best route <style> span.newsletter-form-button-label { font-family:'bebas-neue'; letter-spacing: 1.2px; } .newsletter-block .newsletter-form-field-element { border-radius: 0px; border: none !important; font-family:'bebas-neue'; letter-spacing: 0.7px; background: white; outline: none; padding: 16.25px; } @media screen and (max-width:600px) { .newsletter-block .newsletter-form-field-element { text-align: center!important; } } .newsletter-form-header { display: none !important; }</style> Is there a better way, or is any code that works fine? In specific, is using css to modify padding fine for different screen sizes? Hi, Which screen size do you get problem? What is problem? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
RNATranslation Posted October 8, 2021 Author Share Posted October 8, 2021 No screen size problem, just wanted to know if changing the layout using css is not going to make the site unstable? If there's a better way please let me know 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