• I have a product post page. However the area/space is not wide enough. I would like it to go across the width of the area – closer to the right sidebar. An example is on this page…

    http://mobile.amantii.com/product/zecl%E2%80%9026%E2%80%902923/

    Can someone tell me where in the CSS it determines the width of the “product” post? I have tried changing some div’s in the stylesheets but with no success.
    Any help is appreciated.
    Cheers!
    K.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try using Firefox with the Firebug add-on for this kind of CSS troubleshooting. Or use whatever developer tool is available in your web browser.

    Thread Starter Kristad

    (@kristad)

    Hi Esmi
    I have used Firebug to find it, but I am still not sure I am getting the correct tag to change… I get the following tag below called ‘span9’: it says width is 100% so not sure why it is not going 100% Does it have to do with the @media (max-width: 980px)

    article {
    background: transparent;
    }
    @media (max-width: 980px) {
    article .row-fluid .span9 {
    width: 100%;
    margin-left: 0;
    }

    Your help is much appreciated…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS help making area wider’ is closed to new replies.