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
Thank you Mark! I will try that out and reach out on the Neve forum.