How can I modify the password page layout in the Ride theme?

Hi all,

I currently have the Ride theme set on my website and I am trying to make the password page alittle more organized. I currently have an image on the page that I am trying to get to take up the whole password page instead of a section. I am also trying to take the countdown timer I have and make it smaller and put near the bottom of the page but cannot figure out how. Attached is my website URL:

https://ballisticgear.us/

1 Like

@thechasewebb

oh sorry for any issue

but i can’t see any title or do you have change some text Managing languages

I think the image you use has whitespace on its sides:
https://cdn.shopify.com/s/files/1/0607/9879/5961/files/New_Beginnings_Collection.jpg

  1. You need to crop the image, remove the whitespace, so it will be fullscreen.
  2. Add below css style to section-password.css
body.password .timer-block__num, body.password .timer-block__unit{
  font-size: 25px;
}
body.password .timer{
  margin:0;
  padding:0;
}
  1. Lastly, if you want less space on the bottom, remove
    tag below timer element.

Good luck!