verhoej Posted November 19, 2011 Share Posted November 19, 2011 Hi all, Im trying to make borders around the left blocks. for expample this is my code div.block .block_content { padding: 0.5em; background:url('../img2/block_bg.png') repeat bottom left; min-height: 16px border-left: 1px solid #0832a3; border-right: 1px solid #0832a3; //-moz-border-radius-topleft: 8px; //-moz-border-radius-topright: 8px; //border-top-right-radius: 8px; //border-top-left-radius: 8px; Now it shows only the right border but the left border dont show and some parts are shown in the middle of the homecontent. What im doing wrong ? Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted November 19, 2011 Share Posted November 19, 2011 It sounds like it might be a column width issue. When you add a border you either need to reduce the column width or adjust the padding/margin. If you can post a URL I will take a look at it for you. Marty Shue Link to comment Share on other sites More sharing options...
verhoej Posted November 19, 2011 Author Share Posted November 19, 2011 thanks www.creaonline.nl Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted November 19, 2011 Share Posted November 19, 2011 According to your actual css you have not added the left border. I would check your css to make sure you don't have a slight mistake. To get rid of the border lines in the center column do the following: #center_column .products_block .block_content { background: none repeat scroll 0 0 transparent; border: none; padding: 0; } Simply add 'border: none;' to thmskins/css/white.css. This can be found around line 1187. Hope that helps! Marty Shue Link to comment Share on other sites More sharing options...
verhoej Posted November 19, 2011 Author Share Posted November 19, 2011 white.csshi marty, borderslines in center worked just fine. But i just cant get left and right borders around all of the left column blocks. Could u check my css for where i must add the code? Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted November 19, 2011 Share Posted November 19, 2011 You can't put a border around your left column blocks the way you currently have it styled. You would need to get rid of the footer image (on line 1032) you are using in each block for it to work properly. If you do that you can then put a border around the blocks. Hope that helps! Marty Shue 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