Jump to content

[solved] border to categories


Recommended Posts

In that same file around line 288 modify:

/* BLOCK .block ******************************************************************************** */
.block {margin-bottom:20px;}
#footer .block {margin-bottom:0}

to

/* BLOCK .block ******************************************************************************** */
.block {margin-bottom:20px;}
.column .block {
border:1px solid #000;
border-width:0 1px 3px;}
#footer .block {margin-bottom:0}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...