How to place a <BR> between product attributes? A wee bunched up lookin'...

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 năm cách đây
Is there any way to get 1 or 2 lines of space between multiple product attributes in product view. I think they are a little bunched up looking.

I would not know where to begin to look to fix this... Thanks for any assistance!
13 năm cách đây
Figured this out. I need to do multiple product variants, vs a single variant.

I'm loving the attribute functions of nop, to death. Very nice work! 8-0


HAHA, I Said... <BR>
13 năm cách đây
Here is what I'm talking about. Can I put a space between my product variant attributes?

My screen shot shows you that the sizing attribute is right on top of the text attribute. I would like to put at least one space there. Anyone know how?

/spaceattributes.jpg
13 năm cách đây
I use the following ( added to the css stylesheet ) :

/*   adds padding between attributes    */
.product-variant-line  .attributes div
{
  margin: 15px 0;
}

.product-details-page .attributes div
{
  margin: 15px 0;
  }


This fix came from a previous forum post - I think it was from  MB
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.