Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter m3atwad

    (@m3atwad)

    So, after working on this for a while again tonight, it seems to me that the wp-commerce/product page isn’t adhering to the CSS style sheet.

    Here is an example I’ve found that leads me to believe that this page just isn’t using the style sheet.

    https://www.w3schools.com/cssref/tryit.asp?filename=trycss_dim_height

    If this is the case how do you tell a web page to use the style.css?

    Thanks,
    Rob

    Thread Starter m3atwad

    (@m3atwad)

    Ok so I actually just figured this out. There is a style sheet for the wp-commerce plugin. If you go through the page I was having trouble with using firebug for firefox you can see where the text is pushed to far to the right. If you go up and look at the style sheet section for each class above your text you come to a class called

    #single_product_page_container”

    Here there is a width field that you can edit. Mine was 650 which was wrong and causing my text to run into my side bar. I dropped it down to 575 and it looks pretty good now. I think there is still a padding issue because if you look close enough it isn’t perfect. There is also a font issue, but for me this is a great fix. Firebug was a great help. Just look in the style sheet for the plug in and find the class that is associated closest with your problem area.

    If someone happens to have this problem and can’t figure it out feel free to email or PM me. I’d be glad to help someone else out!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help with text formatting problem on blog’ is closed to new replies.