We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

How change size of these thumbs | Forum

Topic location: Forum home » Support » General Questions
Billy Pip
Billy Pip Nov 12 '14
Hey

How can i change size of these thumbs to 52x52

The Forum post is edited by Billy Pip Nov 12 '14
Attachments:
  72.jpg (29Kb)
Kяuncн Leader
Kяuncн Nov 12 '14
.ow_photo_item_widget
and
.ow_lp_photos .ow_lp_wrapper
Billy Pip
Billy Pip Nov 12 '14
.ow_photo_item_widget


isnt exist in base.css

Kяuncн Leader
Kяuncн Nov 12 '14
Nope, it's in the photo plugins, really not the issue, need to add these codes to site admin at css anyways, keeping in mind to use the !important rule
Billy Pip
Billy Pip Nov 12 '14
what file of photo plugin?
Billy Pip
Billy Pip Nov 12 '14
index_photo_list.html
ross Team
ross Nov 13 '14
Billy, you need first to apply these styles:


.ow_lp_photos .ow_lp_wrapper {width: 95px;height: 95px;}


in the theme customizer here: www.site.com/admin/theme/css


then go to index_photo_list.html and change the values of width and height accordingly
.ow_photo_item_widget { width: 72px; height: 72px;


If your changes are not applied. Enable dev mode and refresh the page. 

The Forum post is edited by ross Nov 13 '14