Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Origami questions

New Front EN Support Forums Origami Theme Support Origami questions Reply To: Origami questions

#232
mmsatori
Keymaster

Dear Tom,

The videos are resizing as they should now, the images are not resizing because you haven’t altered the css code according to one of my last messages (see message from the 2nd of October): you’ll need to go to “style.css” and find the line (it is line 29, so the beginning of the file):
.post-wrapper .post-content img { max-width: 656px !important; margin: -16px 0 0 -16px !important; }
and change it to:
.post-wrapper .post-content img { max-width: 656px; margin: -16px 0 0 -16px !important; }

Let me know if that solves the image resizing issue.

By the way, if you wish to flush a browser’s cache, here is a quick guide, with screenshots ;)

Sincerely,
Andrew | Satori

  • This reply was modified 11 years, 9 months ago by mmsatori.
  • This reply was modified 9 years, 5 months ago by satori.