Announcement

Collapse
No announcement yet.

Basic Ready Theme Attribute Swatches Base Code Wrong?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Basic Ready Theme Attribute Swatches Base Code Wrong?

    Oh my never mind. Figured it out. Spent 30 hours on it before posted for help. There are two product display sections in the code for Basic Ready Theme. Combined them. But that was not the issue. If the swatches you make are not exactly 50 x 50 it throws everything off. Mine were 52 x 50. That 2px threw things off so much that thought it had to be something else.
    Last edited by entrepre7; 01-11-15, 08:51 AM.

    #2
    Re: Basic Ready Theme Attribute Swatches Base Code Wrong?

    Miva check your base code for Basic Ready theme. I have TWO sets for " Product display".

    -----------------------------------------



    /*** PRODUCT DISPLAY ***/


    .product-details-1{}
    .product-details-2{
    width:46%px;
    float:right;
    }


    .product-details-2 .purchase-buttons {
    margin:16px 0;
    text-align:left;
    width:200px;
    }


    .product-details-2 .purchase-buttons .button {
    font-size:17px;
    height:39px;
    margin:10px 0 0;
    text-shadow:2px 2px 2px #496E92;
    width:140px;
    }


    .product-image{
    max-width:375px;
    margin:0 20px;
    text-align:left;
    float:left;
    }


    .product-image img{
    max-width:375px; max-height:500px;
    }


    .product-quantity-input{
    margin:0 4px;
    overflow:auto;
    width:34px;
    text-align:left;

    }


    .related-products{
    clear:both;
    margin:32px 0 16px 0;
    }


    .product-attributes{
    margin:16px 0;
    text-align:left;
    }


    .product-attributes td{
    padding:4px 0;
    }


    .product-attributes td.prompt{
    vertical-align:top;
    text-align:left;
    padding-right:5px;
    }


    .product-attributes td.field{
    text-align:left;
    }


    /*** INVC ***/

    ----------------------------------------------------------

    /*** PRODUCT DISPLAY ***/


    .product-details-1{
    width:75%;
    height:525px;
    float:left;
    }




    .product-details-2{
    width:25%;
    height;500px;
    float:right;
    }


    .product-details-3{
    width:700px;
    height:300px;
    float:left;
    border:0px solid #eeeeee;
    }


    .PROD .product-details-1 .product-image{
    border:0px solid #eeeeee;
    max-width:375px;
    max-height:500px;
    }


    .product-image{
    text-align:left;
    }


    .product-image span{
    }


    .product-image img{
    vertical-align:middle;
    float:right;
    }


    .product-quantity-input{
    width:34px;
    margin:0 4px;
    }


    .related-products{
    clear:both;
    margin:32px 0 16px 0;
    }


    .product-attributes{
    margin:16px 0;
    text-align:left;
    }


    .product-attributes td{
    padding:4px 0;
    }


    .product-attributes td.prompt{
    vertical-align:top;
    text-align:right;
    padding-right:4px;
    }


    .product-attributes td.field{
    text-align:left;
    }

    ------------------------------------------------
    Last edited by entrepre7; 01-11-15, 08:51 AM.

    Comment


      #3
      Re: Basic Ready Theme Attribute Swatches Base Code Wrong?

      ok
      Last edited by entrepre7; 01-11-15, 08:51 AM.

      Comment

      Working...
      X