hazrey
asked 10 years ago

Hi There!

Hope you are in the pink of health!

I have installed profile plugin, even after adding new pic for it, it doesn’t appear. Can you help? Thank you!

3 Answers
DominicStaff
answered 10 years ago

Hi,
You can tell me detail about your issue. Which theme are you using? please send me your site & a screenshot for further checking.
Regards,

hazrey
answered 10 years ago

Dominic, when viewing the mobile version, the main picture will be stretched and not maintaining the ratio of the original picture. Can you advice the solution. Thank you !

DominicStaff
answered 10 years ago

You can add the following code to the style.css file:

@media only screen and (max-device-width: 480px) {
   .single .site-content > .hentry .entry-thumbnail img {
      height: auto;
}
}

Hope this helps !

Powered by DW Question & Answer Pro