Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Jul 2011
    Posts
    8
    Plugin Contributions
    0

    Default Re: How to create an attributes box?

    Quote Originally Posted by gjh42 View Post
    That is an extremely simple CSS issue. The site you refer to uses this rule in its stylesheet.css:
    Code:
    #productAttributes {
        border: 1px solid #BFBFBF;
        float: left;
        margin: 5px 0 0 10px;
        padding-left: 5px;
        width: 100%;
    }
    Your attributes already have a "container" named #productAttributes; you just need to tell it how to be styled.
    Ok you have lost me lol. If i already have it how do i activate it if thats the right word.

    jane

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

    Default Re: How to create an attributes box?

    If you are going to customize a website, you need to know something about CSS (www.w3schools.com is a good resource). Also look at the tutorials for template customizing advice.
    You "activate" the box by adding a rule in /includes/templates/your_template/css/stylesheet.css. Search for #productAttributes. If it is not there, just add a new rule like the one I posted, probably at the bottom of the file to keep things organized. If it is there, add a border declaration like the one in red above.

 

 

Similar Threads

  1. v150 How to create a sale/special on products priced by attributes
    By sbaker6612 in forum Setting Up Specials and SaleMaker
    Replies: 2
    Last Post: 21 Nov 2015, 07:59 AM
  2. How do I create custom attributes?
    By bayshorecreations in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 21 Jul 2009, 04:50 AM
  3. Quantity Box Dissaperars When I create Attributes
    By watzursn in forum General Questions
    Replies: 1
    Last Post: 8 Sep 2008, 06:05 PM
  4. How Do I Create Discounts for Multiple Attributes?
    By leonardawilson in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 17 Aug 2007, 11:59 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