pakbaz Posted September 18, 2013 Share Posted September 18, 2013 Hello Dears My website is www.buy360.ir My problem is ""product name title is behind product image"". Second line of product name is behind product image. What should I do to solve this problem ??? Thanks Waiting for reply. Link to comment Share on other sites More sharing options...
PascalVG Posted September 19, 2013 Share Posted September 19, 2013 fix is to change a marging a little: #center_column div.products_block h5 { margin: 10px 5px 10px 5px; <-- change original 3px to 10px text-align: center; font-weight: normal; } Now the question where to find this piece of code. You have a custom theme, so it can be in different places, but try to find it in themes/greengray3/css/global.css (hopefully this file exists...) Edit this file and search for: (Ctrl-F is normally easiest) #center_column div.products_block h5 Hope this helps, pascal Link to comment Share on other sites More sharing options...
vekia Posted September 19, 2013 Share Posted September 19, 2013 after changing margin whole block is a bit misplaced: so in addition to what pascal said, you will have to add additional param to featured-products_block_center style in global css create this: #featured-products_block_center { margin-bottom:15px; } effect: Link to comment Share on other sites More sharing options...
Recommended Posts