Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • freddyfish Friend
    #153547

    Hello,

    I need som help to center products in module “latest products”, “random products”.
    I looked throug the template_css.css but it does not seem to can be fixed there.

    I found a site that seems to have solved the problem: http://www.getupandgrow.com/Maternity/Bags-Accessories.html

    This is my site where I am working on where the problem occurs: http://www.planeetblauw.be/pb3/index.php?option=com_content&view=article&id=18&Itemid=79

    Thank you very much

    Saguaros Moderator
    #352895

    You can get item styled in center by editing the tempate_css.css file:

    Find the following code:

    div.module,
    div.module-grey,
    div.module-dark,
    div.module-blank {
    margin: 5px 0 10px;
    padding: 0;
    float: center;
    clear: both;
    width: 110%;
    }

    replace with:

    div.module,
    div.module-grey,
    div.module-dark,
    div.module-blank {
    margin: 5px 0 10px;
    padding: 0;
    float: center;
    clear: both;
    }

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

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

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