• Hi,
    I installed the e-commerce plugin, and I added few products, which do display, but pushed down on the page:
    abbonati a opinioni bahai
    The page titel is abbonati, while the products (abbonamenti) are too far down, how can I fix it?

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • In

    /wp-content/plugins/wp-e-commerce/themes/default/default.css?ver=3.7.57

    Find

    .wpsc_container {
    position:relative;
    }

    Change to

    .wpsc_container {
    float:left;
    position:relative;
    }
    Thread Starter keneso

    (@keneso)

    Thanks it worked.
    I had played with wpsc_container, and now I found out why my changes didn’t work:
    I had copied the default theme, changed the folder, and css file name, but regardless of having picked the “new theme” e-commerce keeps using the default theme … now I have to understand why is that?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘e-commerce plugin related’ is closed to new replies.