Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS thematic + wp e-commerece.. add to cart button cut off :(

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #34549
    mikeman
    Member

    heya!
    on this page
    http://heavybug.com/products-page/single-tracks/endless/
    the Add to cart button is cut off.

    i put in my styles
    .wpsc_buy_button_container {width:500px;}
    and it worked!,

    but on my products page
    http://heavybug.com/products-page/

    it also styled it there, which it did not need, and it put the button behind the image..

    how could i target the width in individual product pages?

    thanks!

    #88176
    TheDoc
    Member

    You have this:

    #single_product_page_container {
    width: 650px;
    position: relative;
    }

    You could completely remove the width if you want. Or you can just make it a little smaller.

    #88194
    TheDoc
    Member

    Definitely, you’ll just have to be more specific. So you could go:

    #content #single_product_page_container {}
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.