Results 1 to 10 of 15

Hybrid View

  1. #1
    Join Date
    Apr 2005
    Posts
    298
    Plugin Contributions
    0

    help question Borders around products

    I don't know if this is the right place to post this if it is not sorry to all. I have searched and could not find anything on this subject.

    Can someone please tell me how and what file i need to modify to get boarders to show around the category pictures and the featured, new products and so on.

    Like the picture shown

    Thank you
    Attached Images Attached Images  

  2. #2
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Borders around products

    With css can create the effect although may not prefect, it is a starting point
    Code:
    /* Add borders to the cells of columnar display in center column */
    .centerBoxContentsNew, .centerBoxContentsFeatured, .centerBoxContentsSpecials, .specialsListBoxContents {
    	padding-bottom: 0.5em;
    	padding-top: 0.5em;
    	border-top: 0.1em solid #E7E7E7;
    	border-left: 0.1em solid #E7E7E7;
    	margin-right: -0.06em;
    	margin-left: -0.06em;
    }
    
    /* For style of the link which under the images of above column display */ 
    .centerBoxContentsNew a, .centerBoxContentsFeatured a, .centerBoxContentsSpecials a, .specialsListBoxContents a {
    	display: block; 
    	text-align: center;
    	padding-left: 5%;
    	padding-right: 5%;
    }
    A New Starter again

  3. #3
    Join Date
    Apr 2005
    Posts
    298
    Plugin Contributions
    0

    help question Re: Borders around products

    Thank you that worked for me..

    I do have another question can it be done for category images also. If it can How and what is the code i have to add for that.

  4. #4
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Borders around products

    In what page?

    .
    A New Starter again

  5. #5
    Join Date
    Apr 2005
    Posts
    298
    Plugin Contributions
    0

    help question Re: Borders around products

    On This page here is a link.

    http://citynights.no-ip.info/edy/ind...=index&cPath=1

    and on these pages

    http://citynights.no-ip.info/edy/ind...ndex&cPath=1_3

    also thanks for the quick response.

  6. #6
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Borders around products

    You are welcome!

    Quote Originally Posted by dscott1966 View Post
    This under the class below.
    .categoryListBoxContents

    Quote Originally Posted by dscott1966 View Post
    and on these pages

    http://citynights.no-ip.info/edy/ind...ndex&cPath=1_3

    also thanks for the quick response.
    And this under the class below.
    .centerBoxContentsProducts


    They can be grouped together if no special requirement.
    Code:
    /* Add borders to the cells of columnar display in center column */
    .centerBoxContentsNew, .centerBoxContentsFeatured, .centerBoxContentsSpecials, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsProducts {
    	padding-bottom: 0.5em;
    	padding-top: 0.5em;
    	border-top: 0.1em solid #E7E7E7;
    	border-left: 0.1em solid #E7E7E7;
    	margin-right: -0.06em;
    	margin-left: -0.06em;
    }
    A New Starter again

 

 

Similar Threads

  1. Adding Borders Around Products?
    By PudzPud in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 22 Feb 2010, 02:04 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg