Profile Image Does Not Show Up on Mobile

Hello,

I finished (well almost) developing my wife’s website using a theme called Resume. Everything works great except for the fact that her profile image does not show up when the site is viewed on mobile. Is there a semi-easy fix for that?

I am attaching screenshots in the comments of desktop view vs mobile view.

Thanks!

Desktop view

Mobile view

That theme is using some css classes that abstract media queries, that hide the image for small screens.

You should look into those classes in the library that is being used (looks like it’s bootstrap), and then figure out how to override it for your site. Basically, you need to make a file with the same name and location in your project, as in the theme.

In this case, you’d make a /layouts/partials/nav.html and edit it. That overrides what’s in the theme.

1 Like