• When I access my site on my phone, the homepage scrunches up to the left and leaves a ton of empty space. The homepage is the only page that does this. I need help fixing this.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Is the homepage of your website made using the Site Origin plugin? I’m asking this because it seems that there’s some margin added to the right side, through CSS. I think that this blank space can be fixed through the page builder.

    Thread Starter rebeccadoty55

    (@rebeccadoty55)

    Yes it is made using the Site Origin plugin.

    Hi,

    Please try to add this CSS:

    @media screen and (max-width: 950px) {
    .home .panel-row-style {
        margin-right: 0 !important;
    } }
    

    to the Appearance → Customize → Additional CSS area and tell me if you still have this issue on the mobile devices.

    Thread Starter rebeccadoty55

    (@rebeccadoty55)

    That sort of worked. It did stretch the content area to fit the whole screen, but it still looks off. It’s like the homepage refuses to resize to the mobile device. The text needs to get bigger so we can read it, and the menu needs to resize as well. I don’t think margin was the whole issue. Any other ideas?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Homepage Narrows on Mobile’ is closed to new replies.