Reply To: Mobile sizing & alignment issues

Homepage Community Forums Aspire Theme Support Mobile sizing & alignment issues Reply To: Mobile sizing & alignment issues

#22563
Wes
Moderator

    Ok I just reloaded the page and now I see the section you’re talking about. I don’t remember seeing that before.

    It looks like you have the column class issue fixed now.

    Now you just need to replace some of those images so the content shows up better (If you still want to).

    You can still replace the section with the blue background image with a Background Color instead. That would make sure it stays one consistent color when viewed on mobile devices (instead of the black background that shows up near the bottom). You could even override the background image by adding something like this to your custom CSS (or in your Responsive section) –

    .front-page-4 {
        background: #3775A3;
    }