Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • edmundfrench Friend
    #164192

    Hi, the out of the box shopping cart table header (Name. SKU, Price, etc) was originally aligned to the left so it didn’t line up with the detail. I changed it to display as a line rather than block which solved the problem.

    Now the when I set up a category list it doesn’t display at all. I’m assuming it uses the same CSS to display the table. What’s the best way to solve this?

    VM with altered code: http://oakfloors.sway-search.co.uk/index.php?option=com_virtuemart&page=shop.cart&product_id=49

    News: http://oakfloors.sway-search.co.uk/index.php?option=com_content&view=category&id=1&Itemid=100

    Cheers

    John

    http://www.swaysearch.com

    thangnn1510 Friend
    #392421

    I don’t understand your question well. Please could you give us the screenshots to make it more clearly?

    washington Friend
    #392540

    I’m having this same problem since I posted here a few times and got no support. I am still awaiting. How could you leave the page of categories in this format? I used the quick install but my site is different. I did two installations and the error remains.

    edmundfrench Friend
    #392657

    Hi, here’s the link to the page (with the corrected CSS code). http://oakfloors.sway-search.co.uk/index.php?option=com_virtuemart&page=shop.cart&product_id=41

    The black header: Name SKU Price Quantity / Update Subtotal – was all squashed up in the left. I changed the CSS (line 224 in the template.css to display:line rather then display:block:

    /* content tables */
    .sectiontableheader {
    background: #333333;
    padding: 5px 10px;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-weight: bold;
    display:line;
    width:100%;
    }

    This fixed the issue for the cart but is now causing news articles to display as a line as well.

    Looks like there needs to be a differentiation between the news sectiontableheader and the cart sectiontableheader.

    thangnn1510 Friend
    #392790

    You should remove:

    width:100%.

    That will help.

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  thangnn1510 13 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum