Jump to content

Recommended Posts

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

after changing margin whole block is a bit misplaced:

6ip8nYR.png

 

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:

DCMJ6iZ.png

Link to comment
Share on other sites

×
×
  • Create New...