Images Don’t Scale on Mobile & Centering Blog Text
-
I have two questions/issues.
First:
I am trying to scale images so they show balanced on mobile. This is what I am seeing on mobile: https://ibb.co/h7rQqHRI have tried this code with no luck:
@media (max-width: 480px) { .header-filter { background-size: contain; background-repeat: no-repeat; } }
Second:
I am trying to center the text only in blog posts. I have found codes and they work, however they center all of the text all over the site. Any thoughts?Thanks!
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Images Don’t Scale on Mobile & Centering Blog Text’ is closed to new replies.