Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2006
    Location
    Central Coast, NSW, Australia
    Posts
    560
    Plugin Contributions
    0

    Default Adding a separation line

    Hi,

    Can I please get some assistance.

    Looking at the attached image..

    I'm trying to add a seperator line between above the product information section, as indicated by the 2 arrows, same as what us directly under the product name.


    Thanks,
    Mike
    Attached Images Attached Images  

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Adding a separation line

    Since you have a custom template, we'll probably need a link to the site.

    You might check the source code of that page for <hr/> to see if that's what's creating the first line. If so, then add it where you want it in the template file. (Might be a border, though.)

  3. #3
    Join Date
    Feb 2006
    Location
    Central Coast, NSW, Australia
    Posts
    560
    Plugin Contributions
    0

    Default Re: Adding a separation line

    Quote Originally Posted by stevesh View Post
    Since you have a custom template, we'll probably need a link to the site.
    It's on my test site / Local Server..

    But it is a version of this site http://demo.12leaves.com/zen-cart-te...&products_id=8

    Maybe its done from within the stylesheet ?

    Quote Originally Posted by stevesh View Post

    You might check the source code of that page for <hr/> to see if that's what's creating the first line. If so, then add it where you want it in the template file. (Might be a border, though.)

    I checked the source info for that page and no reference to either hr/ or border.! And nothing in the tpl_product_info_display either..


    I'll have to do a bit more digging..

  4. #4
    Join Date
    Feb 2006
    Location
    Central Coast, NSW, Australia
    Posts
    560
    Plugin Contributions
    0

    Default Re: Adding a separation line

    Fixed..!! (it was in the style sheet.)

    Was this
    .productDescription
    {
    font-size: 13px !important;
    padding: 0.2em;
    }

    Changed it to this...

    .productDescription
    {
    font-size: 13px !important;
    padding: 0.2em;
    border-top-width: 0.5px;
    border-top-style: solid;
    border-top-color: #d5d5d5;

    }

    All good..!

 

 

Similar Threads

  1. Add separation between Product Listings
    By deziner76hd in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 24 Oct 2011, 07:54 PM
  2. HTTP and HTTPS directory separation
    By gsdcypher in forum General Questions
    Replies: 4
    Last Post: 4 Jan 2010, 08:39 AM
  3. Adding a blank line, or Text line only
    By drhiii in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Nov 2008, 10:46 PM
  4. Adding separation lines in category box?
    By serendipities in forum Basic Configuration
    Replies: 2
    Last Post: 11 Jul 2006, 09:56 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