Emanuel91 Posted November 14, 2014 Share Posted November 14, 2014 I insert the background shadow for my website, but I have a problem. The products and everything is on margin of background and is not looking nicely. I attached a photo to understand better. Any ideas?? Link to comment Share on other sites More sharing options...
Emanuel91 Posted November 18, 2014 Author Share Posted November 18, 2014 is anybody who can help me? please!! Link to comment Share on other sites More sharing options...
mickeyboy1 Posted November 18, 2014 Share Posted November 18, 2014 Can you share your site url 1 Link to comment Share on other sites More sharing options...
Emanuel91 Posted November 18, 2014 Author Share Posted November 18, 2014 (edited) www.allshop24.ro Edited November 18, 2014 by Emanuel91 (see edit history) Link to comment Share on other sites More sharing options...
mickeyboy1 Posted November 18, 2014 Share Posted November 18, 2014 You could try adjusting the margins in themes/your-theme/css/global.css look for .row { ; margin-right: -15px; } Link to comment Share on other sites More sharing options...
Leap-IT Posted November 19, 2014 Share Posted November 19, 2014 Having a look id do the following in product_list.css in your themes/ folder this would be more specific for the grid on the home page without affecting the rest of the theme. look for ul.product_list .product-image-container { text-align: center; } replace with i used 10px ul.product_list .product-image-container { text-align: center;margin:10px; } hope this helps 1 Link to comment Share on other sites More sharing options...
Emanuel91 Posted November 19, 2014 Author Share Posted November 19, 2014 Having a look id do the following in product_list.css in your themes/ folder this would be more specific for the grid on the home page without affecting the rest of the theme. look for ul.product_list .product-image-container { text-align: center; } replace with i used 10px ul.product_list .product-image-container { text-align: center;margin:10px; } hope this helps thank you, your advice was awesome, but the change is just in main page. Inside the categories everything is in the margin of page. How can do all to be 10px ?? Link to comment Share on other sites More sharing options...
Leap-IT Posted November 19, 2014 Share Posted November 19, 2014 (edited) from what i see in the category the images and margin seem fine how ever in the product page itself there still is a problem try this in product.css find .pb-left-column #image-block { position: relative; display: block; cursor: pointer; padding: 5px; border: 1px solid #dbdbdb; background: white;} and add the margin:10px see below .pb-left-column #image-block { position: relative; display: block; cursor: pointer; padding: 5px; border: 1px solid #dbdbdb; background: white; margin: 10px; } best regards Edited November 19, 2014 by Leap-IT (see edit history) Link to comment Share on other sites More sharing options...
Emanuel91 Posted November 19, 2014 Author Share Posted November 19, 2014 from what i see in the category the images and margin seem fine how ever in the product page itself there still is a problem try this in product.css find .pb-left-column #image-block { position: relative; display: block; cursor: pointer; padding: 5px; border: 1px solid #dbdbdb; background: white;} and add the margin:10px see below .pb-left-column #image-block { position: relative; display: block; cursor: pointer; padding: 5px; border: 1px solid #dbdbdb; background: white; margin: 10px; } best regards Unfortunately, this code isn't good. Wasn't any change on the page. Any ideas?? Link to comment Share on other sites More sharing options...
Leap-IT Posted November 20, 2014 Share Posted November 20, 2014 don't see why this doesn't work make sure you clear your cache 1 Link to comment Share on other sites More sharing options...
Emanuel91 Posted November 20, 2014 Author Share Posted November 20, 2014 don't see why this doesn't work make sure you clear your cache after i clear the cache the change was made. thank you LEAP-IT! 1 Link to comment Share on other sites More sharing options...
Recommended Posts