Center rich text column on mobile and desktop

Hello,

I added a rich text column on my page, but it is aligned to the right of the page for desktop view instead of centered with everything else on the page. And on the mobile view, you are unable to see the text at all. How do I get it centered for both mobile view and desktop view?

URL: dawgminded.com

password: audio

1 Like

@dawgminded

sorry for that issue

bt i can’t see this section at home Desktop and mobile so can you please show me so i will check and guide

1 Like

Please follow the steps:

  • Step 1: Go to Online store > Themes > Actions > Edit code.
  • Step 2: Go to Assets > theme.css and paste this at the bottom of the file:
    .feature-row__item.feature-row__text–left{
    text-align: center !important;
    }

Hello,

I added the section back in, you cannot see at all on mobile and it is partly off the page on the desktop, like in my screenshots above.

thanks,

Are you referring to this? https://i.imgur.com/hHELrjW.png
I tested and added it works fine: https://i.imgur.com/acweBFP.png
Please check it and give me feedback. I will check it.