I need to move this captions to the center, How can i?
Thank you..
theme : kalles multipurpose shopify theme
store : demozia.myshopify.om
password : zialor
I need to move this captions to the center, How can i?
Thank you..
theme : kalles multipurpose shopify theme
store : demozia.myshopify.om
password : zialor
@abhi3764
Add the following CSS code to your assets/pre_theme.min.css bottom of the file.
@media (max-width: 767px){
.pa_txts.mb_h_pos39 {
left: 24% !important;
with: 50% !important;
}}
Thanks!