count down clock alignement center

count down clock alignement center

markie77
Tourist
5 0 1

markie77_0-1730233615065.png

 

i was wondering if theres a way to lower / center the countdown clock in plain jaine 2.0 

Replies 9 (9)

Made4uo-Ribe
Shopify Partner
10196 2419 3064

Hi @markie77 

Please, share your store URL. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
markie77
Tourist
5 0 1

bleuface.online 

Made4uo-Ribe
Shopify Partner
10196 2419 3064

I can’t see the countdown on the shared link.

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
markie77
Tourist
5 0 1

hey check now 

Made4uo-Ribe
Shopify Partner
10196 2419 3064

Thanks for the info, try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media screen and (max-width: 705px) {
    .password-bg-overlay .countdown-timer {
        position: absolute; 
        top: 50% !important;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

 

  • And Save.
  • Result:
    Made4uoRibe_0-1730381923874.png

     

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

namphan
Shopify Partner
2690 349 399

Hi @markie77,

Please send the website link, I will check it for you

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
markie77
Tourist
5 0 1

bleuface.online

markie77
Tourist
5 0 1

thanks for replying back hopefully you can assist . 

namphan
Shopify Partner
2690 349 399

Hi @markie77,

Please go to Actions > Edit code > Assets > plain-jane.css file and paste this at the bottom of the file:

@media screen and (max-width: 705px) {
    .countdown-timer {
        top: 50% !important;
    }
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com