Nick20000 Posted April 12, 2015 Share Posted April 12, 2015 (edited) hi. how can I add a border around my product list page? This is what I would like. I have attached a picture. http://www.shopmost.co.uk thank you. Edited April 12, 2015 by Nick20000 (see edit history) Link to comment Share on other sites More sharing options...
dioniz Posted April 12, 2015 Share Posted April 12, 2015 I can't tell where exactly is this code on your theme because you have CCC for css on, but it's probably in global.css. Find this: #featured-products_block_center { margin-left: 13px; } change to: #featured-products_block_center { margin-left: 13px; border: 1px solid #ebeced; } Link to comment Share on other sites More sharing options...
Nick20000 Posted April 12, 2015 Author Share Posted April 12, 2015 I can't tell where exactly is this code on your theme because you have CCC for css on, but it's probably in global.css. Find this: #featured-products_block_center { margin-left: 13px; } change to: #featured-products_block_center { margin-left: 13px; border: 1px solid #ebeced; } Hi. I added the code but it did not work out how I wanted. I have added another picture of how it looks with this code, not the same as my original picture. please take a look. i have turned off CCC for now so you might want to look the code. thank you. Link to comment Share on other sites More sharing options...
Nick20000 Posted April 13, 2015 Author Share Posted April 13, 2015 hello? Link to comment Share on other sites More sharing options...
dioniz Posted April 13, 2015 Share Posted April 13, 2015 You'll have to do quite a few modifications to achieve this. I suggest you to use developer tools to see what css code you need to change. Link to comment Share on other sites More sharing options...
Nick20000 Posted April 14, 2015 Author Share Posted April 14, 2015 You'll have to do quite a few modifications to achieve this. I suggest you to use developer tools to see what css code you need to change. hi. I am going to keep the border how it is, but one problem I have. My product list page is shearing the home featured products module tpl file, for same style as my home featured products module for the layout. When I add changes to the product list page it also change the home featured products block to those same changes, is there a way around this? thank you. Link to comment Share on other sites More sharing options...
Nick20000 Posted April 14, 2015 Author Share Posted April 14, 2015 any help? thanks. Link to comment Share on other sites More sharing options...
Nick20000 Posted April 15, 2015 Author Share Posted April 15, 2015 hi. is there a way around this? ty. Link to comment Share on other sites More sharing options...
Nick20000 Posted April 15, 2015 Author Share Posted April 15, 2015 no one can help with this?? Link to comment Share on other sites More sharing options...
Nick20000 Posted April 16, 2015 Author Share Posted April 16, 2015 There must be a quick fix for this? Link to comment Share on other sites More sharing options...
zeki893 Posted April 16, 2015 Share Posted April 16, 2015 (edited) change it to .block_content { border: 1px solid #ebeced !important; } Edited April 16, 2015 by zeki893 (see edit history) Link to comment Share on other sites More sharing options...
Nick20000 Posted April 16, 2015 Author Share Posted April 16, 2015 hi. this will not work as i have said it is effecting 2 places on my website. i am sharing the same layout tpl coding for home featured as i am for product list. so if i make a change to one, it effects the other, too. i need to separate the two somehow or is there a another fix. so my product list is feeding the style from home featured css as both have the same tpl coding. how to fix this? thank you. Link to comment Share on other sites More sharing options...
Nick20000 Posted April 16, 2015 Author Share Posted April 16, 2015 hello? 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