Solved

Why is the promo bar not centered in desktop view on Kalles Shopify theme?

abhi3764
Excursionist
29 0 9

I need to move promo bar to the center..

Anybody help

It works fine in mobile but in desktop it showing in left side

Please help

theme : Kalles shopify multipurpose theme

Store : demostoreforcase2.myshopify.com

password: zialor

 

screenshot.png

Accepted Solution (1)
DipenPanchal
Shopify Partner
252 59 80

This is an accepted solution.

Hello @abhi3764 ,
 
Add this CSS at the bottom 
 
Online Store->Theme->Edit code->Assets->theme.css
 
#shopify-section-header_top .header-text p {text-align: center;}
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution

Shopify Partner | Skype : dipen.setubridge

View solution in original post

Replies 4 (4)

oscprofessional
Shopify Partner
15830 2369 3072

@abhi3764 ,

 

.header-text p {
    text-align: center;
}

 

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

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing
abhi3764
Excursionist
29 0 9

Not working!!

anything else

DipenPanchal
Shopify Partner
252 59 80

This is an accepted solution.

Hello @abhi3764 ,
 
Add this CSS at the bottom 
 
Online Store->Theme->Edit code->Assets->theme.css
 
#shopify-section-header_top .header-text p {text-align: center;}
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution

Shopify Partner | Skype : dipen.setubridge
abhi3764
Excursionist
29 0 9

It worked, Thank you