hi, where is this in file please to make centered or 100% just on mobile view.

thank you
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Tom@Thomasondiba

Tom - 0 likes
- learningbob@learningbob

learningbob - 0 likes
You must log in to post replies.Hope adding this to your css file custom plugin extending elgg.css view should do the trick.
.elgg-photo { max-width: 100% !important; width: 100% !important; }Or, if you have your website Url, it will make it easier to check your CSS on the browser and suggest CSS change to your website.
thank you thats worked