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

Bug in upload photo box size - Astoria - Responsive | Forum

Simon
Simon Nov 23 '15
Hello how to fix this please ?



I have check with firebug and see i must set width to 229px to be clean as this:



So I have put this width params in the 3files :

ow_static/plugins/photo/css/photo_upload.css
ow_plugins/photo/static/css/photo_upload.css
ow_static/plugins/base/css/file_upload.css

.ow_photo_upload_wrap .ow_photo_preview_block_wrap .ow_photo_preview_edit {
    display: block;
    float: left;
    width: 229px;
    position: relative;
    margin-bottom: 15px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    min-height: 230px;
}

Clear all caches...
But Nothing change !!!

Any solution for me please ? :)

Simon
Simon
Simon Nov 23 '15
Here is my base.css file I have put the code but nothing change :(


Simon
Simon Nov 23 '15
Ok is now ok adding your code in personnal css ! I don't know why but is now ok thank you
You do not have permission to reply this topic