• Resolved themindfuledits

    (@themindfuledits)


    Hello, I am using the Neve theme and while my website looks fine on Desktop, it does not fit when looked at on a mobile device. The Home page background picture is too big and on services page the image looks like it is doubled and stacked on top of each other.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @themindfuledits,

    Responsive Web Design

    Your mobile version looks great to me. What you are seeing is pretty standard for modern responsive themes. This is how I design sites for my clients.

    If you don’t like the mobile view, you can see about disabling the theme’s responsive option. Some themes have this setting built-in somewhere.

    Repeating Hero Image

    For your “doubled” hero image on the services page. I see a couple things wrong with the CSS.

    1) This looks off. When I disable it, the image is positioned properly. I don’t this code is correct or even should be there.

    background-position: 0px -179px;

    2) This CSS rule is missing. When I add this code to your CSS, the image doesn’t repeat and displays perfectly only once.

    background-repeat: no-repeat;

    You’ll need to ask the Neve team why these two things are happening.

    Please ask the Neve community forum https://wordpress.org/support/theme/neve/

    Good luck!

    • This reply was modified 6 years, 3 months ago by mark l chaves. Reason: Disabling responsive correction
    • This reply was modified 6 years, 3 months ago by mark l chaves. Reason: typo
    Thread Starter themindfuledits

    (@themindfuledits)

    Thank you Mark! I will try that out and reach out on the Neve forum.

    Thread Starter themindfuledits

    (@themindfuledits)

    Resolved

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Website Doesn’t Fit on Mobile’ is closed to new replies.