Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • edmundfrench Friend
    #165357

    Hi, I’m trying to add a module suffix to a table I’ve added to the home page in place of the featured products module.

    Problem I’m having is when I make a module suffix and change the code accordingly (all I want is to remove the 5px padding and 11px left alignment) it gets overridden by the addons.css table style. I don’t see where I can add a module suffix to the addons css table as there doesn’t appear to be a div to hang it on.

    Any suggestions as to how I go about this?

    Site is here: http://oakfloors.sway-search.co.uk/

    khoand Friend
    #397039

    Hi,
    Suffix is added into

    <div class="ja-moduletable moduletable_hometable clearfix" id="Mod112">
    To solve your problem:
    – You add this code into /templates/ja_mesolite_ii/css/template.css


    .moduletable_hometable table {
    margin-left: 0px;
    }
    .moduletable_hometable td {
    padding-left: 0px;
    }

    edmundfrench Friend
    #397088

    Hi Khoand, that worked beautifully. Thanks for that.

    Cheers

    John

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

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

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