Alfa7 Posted April 5, 2013 Share Posted April 5, 2013 (edited) how do you get a 1px border on the left and right of the categories block. and 3px in the foot I want it looke Just as in the picture Edited April 7, 2013 by vekia (see edit history) Link to comment Share on other sites More sharing options...
Piotr Kaczor Posted April 5, 2013 Share Posted April 5, 2013 (edited) Find file themes/default/css/global.css and around line 309 paste this code: /* BLOCK #categories_block_left *********************************************************************** */ #categories_block_left { border:1px solid #000; border-width: 0 1px 3px; } Edited April 5, 2013 by Piotr Kaczor (see edit history) Link to comment Share on other sites More sharing options...
Alfa7 Posted April 5, 2013 Author Share Posted April 5, 2013 Thanks And if I want all the blocks have the same border. Link to comment Share on other sites More sharing options...
Piotr Kaczor Posted April 5, 2013 Share Posted April 5, 2013 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 More sharing options...
vekia Posted April 7, 2013 Share Posted April 7, 2013 thanks for sharing solution, now i can mark this topic as solved :-) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now