So i have a currency drop down at the bottom of my page, but the drop down is not center to the "country/region’’ header, how do i center this?
Website: desirestreetwear.co
So i have a currency drop down at the bottom of my page, but the drop down is not center to the "country/region’’ header, how do i center this?
Website: desirestreetwear.co
@Desire4 - please add this css to the very end of your base.css file and check
h2#FooterCountryLabel{text-align: center;}
Hi @Desire4
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
button.disclosure__button.localization-form__select.localization-selector.link.link–text.caption-large {
padding-left: 0 !important;
}
.footer__column.footer__localization.isolate{
justify-content: center !important;
}
form#FooterCountryForm {
margin-left: 40px !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly