Alignment of Sections Text on MOBILE View (Illdy theme)

Hi, my website content appears aligned fine when viewing the website on desktop. But when viewing on MOBILE, various parts/texts appear aligned to the left instead of center like other parts. The website link is: https://arkoflaw.com

These misaligned parts (that appear aligned left but should also be aligned center) include:

  • the “Law Firm . . . Digital Age” subtext and red button in the Jumbotron section;
  • the “About Us” title in the About section;
  • the “Practice Areas” title in the section below that; and
  • the “Startup & Business Law” subtitle and subsection text therein.

Any help to fix all the above issues would be very much appreciated! Thank you!

Bumping this to see if anyone could please assist?

Hi

Oh, sorry for the delay, try this code:

.row>* {
    margin: 0 auto;
}

Add it in Appearance > Customize > Additionall css

I tried that and I don’t think it worked. You can please try to test through your cell phone. Here is the code I have in there now.

Hi

Please remove code from the line 7 to line 9, its a PHP code and will not work in css box

1 Like

It worked! Thank you!

That’s nice to hear :slight_smile:

Regards