How can I adjust spacing in the Empire announcement bar?

How can I adjust spacing in the Empire announcement bar?

KCK22
New Member
6 0 0

Hello,
we use Empire and would like to adjust the announcement bar there.

At the moment it is not possible to show a space between the words.

What do I have to change to make this possible?

 


www.keilbach.com


Best wishes

Katharina Keilbach

Replies 5 (5)

oscprofessional
Shopify Partner
16343 2438 3179

@KCK22 ,

@media screen and (min-width: 720px){
       .announcement-bar-text {
         word-spacing: 10px;
       }
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
KCK22
New Member
6 0 0
 

 unfortunately this does not work.

GemPages
Shopify Partner
5625 1262 1279

Hello @KCK22 

I would like to give you some recommendations to support you.

 

To increase the space between letters and words on your announcement bar. Make text easier to read and look better.

 

You can follow: 

1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid theme file
3. Paste the below code before </head>

<style>
  #shopify-section-static-announcement .announcement-bar-text, 
  #shopify-section-static-announcement .announcement-bar-text-mobile{
    letter-spacing: 0.6px;
    word-spacing: 0.7px;
  } 
</style>

 

Hope my recommendation can works and support for you!

Best regards,

GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
KCK22
New Member
6 0 0

unfortunately this does not work.

oscprofessional
Shopify Partner
16343 2438 3179

@KCK22 
Hello,

.announcement-bar {
	letter-spacing: 2px;
}

Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

 

Like This

oscprofessional_0-1670247135874.png

 

 

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...