Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • floor Friend
    #148104

    Can you tell me where in Larix the below style is defined?
    In Firebug it’s displayed as:

    element.style {
    float:left;
    height:279px;
    margin:0;
    width:49.9%;
    }

    And it defines the height and width of the product-browsepage in VirtueMart.

    Thanks!

    Saguaros Moderator
    #330740

    Hello

    I guess this style was defined by javascript or hard code inside a html tag.
    You can override this style as following:
    Example:

    .OVERRIDE {
    float:left !important;
    height:279px !important;
    margin:0 !important;
    width:100% !important;;
    }
    ( OVERRIDE: id or class of div )

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

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 14 years, 10 months ago.

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