How do I center align my mobile site?

My current mobile site is slightly adjusted to the right. I’m not sure how to correct this! Any help or direction would be helpful.

The website is here: tinahealthcare.com

I think I just need to change the top bar length. Do you notice how the picture is peeking out underneath? I’d like it to all fit in one width.

Hi @jimlahren

I’m Richard Nguyen from PageFly- Free Landing Page Builder

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->styles.css->paste bellow code in bottom of file

@media screen and (max-width: 767px){

.index {

display: block !important;

}

}

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Best regards,

Richard | PageFly

1 Like

Thank you so much! This fixed everything.