To insert code use <code>...</code>.
Making my products page organized?
  • Hey guys i currently am using wp Ecommerce for my online store. And on the products page I want it to have 4-5 tabs and when they click the tabs it will change the categories of the categories of the product. I already have my products organized into categories, but i don't know how to make the actual page look like that, and have wordpress organize my tabs along with the products if this makes any sense. I also want to make each of my products surrounded in a framed box, with a colored add to catr button but i don't know how to do this with Wp Ecommerce.
  • 1 Comment sorted by
  • Hi Arena

    this has nothing todo with you question but with the question you have send me by personal mail.


    ***************************

    Hi Arena,


    i inserted a blank logo, turned the logo on and your caching off.... when you work on your website you should never use a caching program in most cases you will not see the new results or changes.

    if you need the menu to line with the menu blocks of your image you will have to adjust your image (the background)... you can not do this by css.

    however you can adjust the padding. or margin of the menu.


    #navigation > ul > li > {
    margin: 10px 5px 0 0; <---- this one<br /> padding: 10px 18px; <----- or this one<br />}

    or this one.... but i believe the one above.

    #navigation > ul > li > a {
    margin: 10px 5px 0 0; <---- this one<br /> padding: 10px 18px; <----- or this one<br />}

    do not forget to change the login details you gave me...

    Best regards,
    BackuPs