Hero theme partially not responsive?
-
Hi. I’ve noticed that on some of the pages, while the actual page is responsive, the photos and/or text doesn’t wrap or resize. I didn’t know that was possible. The two pages in question are:
The mobile menu pops up, but that’s it. Suggestions?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi @jlosites2011!
You are correct, Hero is an older and not fully responsive theme.
If you’d like a theme that is fully responsive, you’ll want to go with one of these:
https://wordpress.com/themes/filter/responsive-layout/
or (same list, but just the free ones)
https://wordpress.com/themes/filter/responsive-layout/type/freeIn the meantime, it looks like you have Custom CSS on your site. Try adding this snippet under My Site > Customize > CSS:
#content { max-width: 100%; }It won’t be perfect, as the theme still isn’t fully responsive, but it should keep things from disappearing off the edge of the screen :)
- The topic ‘Hero theme partially not responsive?’ is closed to new replies.