Hi there!
On my password page, the “Enter using password” element in my header feels misaligned, its not center aligned and not right aligned but in an awkward spot. How do I right align it so it matches my shopping cart in the main store page?
Any help appreciated!
@PetalPlantPals
Please share your store URL I can help you.
Thanks!
@dmwwebartisan Thank you, the url is: https://petalplantpals.com/
Password is: test
@PetalPlantPals
Please add the following CSS to your assets/section-password.css bottom of the file.
@media only screen and (min-width: 750px){
.password-header { gap: 0rem !important; grid-template-columns: 200fr 1.5fr 1fr !important;}
}
Thanks!
Worked perfectly, thank you!