Jump to content

Border around product list page?


Recommended Posts

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

 

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.

post-106055-0-52431200-1428877550_thumb.jpg

Link to comment
Share on other sites

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

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

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...