How can I center captions in the Kalles multipurpose theme?

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

2 Likes

@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!

1 Like