Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2006
    Location
    North Devon, England, UK
    Posts
    289
    Plugin Contributions
    0

    Default Add border to Featured Products box

    Hi

    I am aware that the Featured Products, on the homepage, are surrounded by centerBoxWrapper and that a border can be applied to this

    however, i would like to wrap the products in another div that has a border, left, right and bottom, just so the border doesn't also wrap the header

    can anyone advise how i might go about this and which code to tweak?

    i have gone through which files are invloved in the creation and presentation of featured products, but is not clear where i can add a div to wrap around

    cheers and happy new year!

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Add border to Featured Products box

    You can apply the border to
    .centerBoxWrapper {
    border: 1px solid #112233;
    }

    and then make the header overlap it and hide it:

    .centerBoxHeading {
    margin: -1px -1px 0 -1px;
    }

  3. #3
    Join Date
    Sep 2006
    Location
    North Devon, England, UK
    Posts
    289
    Plugin Contributions
    0

    Default Re: Add border to Featured Products box

    oooohh, you beauty!

  4. #4
    Join Date
    Sep 2006
    Location
    North Devon, England, UK
    Posts
    289
    Plugin Contributions
    0

    Default Re: Add border to Featured Products box

    ok, rtied that, partially worked http://dev.diyland.co.uk/

    still got some lines up top though, on ie anyway

  5. #5
    Join Date
    Sep 2006
    Location
    North Devon, England, UK
    Posts
    289
    Plugin Contributions
    0

    Default Re: Add border to Featured Products box

    I go it sorted for firefox, but not ie:

    .centerBoxHeading {
    background-image: url(../images/tile_back2.gif);
    margin-top: 0px;
    margin-right: -2px;
    margin-bottom: 0;
    margin-left: -2px;
    padding-top: 0.5em;
    padding-right: 0.2em;
    padding-bottom: 0.5em;
    padding-left: 0.2em;
    background-repeat: no-repeat;
    background-position: left top;
    }

    any ideas?

 

 

Similar Threads

  1. duplicate make new box on home page under featured products box
    By Sushigal in forum Customization from the Admin
    Replies: 7
    Last Post: 16 Nov 2010, 10:15 AM
  2. Featured Products Border
    By wallacrj in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 18 Aug 2010, 12:36 AM
  3. Border around 'New Products box'
    By sgsurplus in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 18 Jul 2009, 11:08 AM
  4. remove add box from featured products page?
    By gsdcypher in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 3 Mar 2009, 05:57 PM
  5. Featured Products - border round product
    By mattys in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 28 Nov 2006, 10:14 AM

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