tonymusante Posted September 12, 2014 Share Posted September 12, 2014 Hello, i'm trying to increase miniature images to 200, but with no effect. Please help me. I wento to BO-Preferences-Images and set small-default to 200. I clean cache and regenerate images but no way to run. It always shows very small image in homepage featured best-sellers blocks. How can i fix it? Link to comment Share on other sites More sharing options...
vekia Posted September 14, 2014 Share Posted September 14, 2014 it can be related to some css conditions can you please share url to shop? Link to comment Share on other sites More sharing options...
tonymusante Posted September 15, 2014 Author Share Posted September 15, 2014 (edited) Thank you for your reply, please check this link: http://yourcovershop.it my friend ask me to fix his site and he would like bigger images in home. But now i have one more problem with images, i made some changes and now in categories page i have a problem, please have a look: http://yourcovershop.it/26-cover-samsung- as you can see the images cover the mobiles name and this is not good, how can i fix it? this is my categories css file /* ************************************************************************************************ Categories Page Styles************************************************************************************************ */.content_scene_cat { border-top: 5px solid #333333; color: #d7d7d7; line-height: 19px; margin: 0 0 26px 0; } .content_scene_cat .content_scene_cat_bg { padding: 8px 10px 10px 42px; background-color: #464646 !important; } @media (max-width: 1199px) { .content_scene_cat .content_scene_cat_bg { padding: 10px 10px 10px 15px; } } .content_scene_cat span.category-name { font: 600 42px/51px "Open Sans", sans-serif; color: white; margin-bottom: 12px; } @media (max-width: 1199px) { .content_scene_cat span.category-name { font-size: 25px; line-height: 30px; } } .content_scene_cat p { margin-bottom: 0; } .content_scene_cat a { color: white; } .content_scene_cat a:hover { text-decoration: underline; } .content_scene_cat .content_scene { color: #777777; } .content_scene_cat .content_scene .cat_desc { padding-top: 20px; } .content_scene_cat .content_scene .cat_desc a { color: #777777; } .content_scene_cat .content_scene .cat_desc a:hover { color: #515151; }/* ************************************************************************************************ Sub Categories Styles************************************************************************************************ */#subcategories { border-top: 5px solid #FD7304; margin-top:45px; padding: 15px 0 0px 0; } #subcategories p.subcategory-heading { font-weight: bold; color: #333333; margin: 0 0 15px 0; display: none; } #subcategories ul { margin: 0 0 0 -20px; } #subcategories ul li { float: left; width: 245px; margin: 0 0 13px 33px; text-align: center; height: 202px; } #subcategories ul li .subcategory-image { padding: 0 10 8px 0; } #subcategories ul li .subcategory-image a { display: block; padding: 9px; border: 0px solid #d6d4d4; } #subcategories ul li .subcategory-image a img { max-width: 100%; vertical-align: top; } #subcategories ul li .subcategory-name { font: 600 18px/22px "Open Sans", sans-serif; color: #555454; text-transform: uppercase; } #subcategories ul li .subcategory-name:hover { color: #515151; } #subcategories ul li .cat_desc { display: none; } #subcategories ul li:hover .subcategory-image a { border: 5px solid #FD7304; padding: 5px; } Edited September 16, 2014 by tonymusante (see edit history) Link to comment Share on other sites More sharing options...
tonymusante Posted September 22, 2014 Author Share Posted September 22, 2014 I solved, maybe not in a properly way anyway it seems ok just increase images size in BO and than modify padding pixel in file categories.css Link to comment Share on other sites More sharing options...
Recommended Posts