Jump to content

[SOLVED] Categories page ~ Resize grey border?


Recommended Posts

ok :) we are step closer ;)

 

now it's time to modify css styles, remove this:

.content_scene_cat {
padding: 0px;
border: 1px solid #ccc;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
-moz-box-shadow: 0 1px 1px #e2e2e2;
-webkit-box-shadow: 0 1px 1px #e2e2e2;
box-shadow: 0 1px 1px #e2e2e2;
}

from http://fotograaf-noord-brabant.com/themes/default/css/category.css line ~10

 

and add there this simple code:
 

.align_center {text-align:center;}

effect:

qzPG6V7.png

Link to comment
Share on other sites

×
×
  • Create New...