Jump to content

Removing a symbol after text for a specific page

Recommended Posts

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

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
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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.