Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #765609

    Hi,

    I have on the homepage a overview of the sale items, this size is ok.

    But when open a product, i see below also related items, but they are very big, size can be 50%.
    Possible ? the size on the frontpage must not be changed.

    #765625

    Hey BPC,

    Try adding this to quick css and let me know if it works:

    #top .product_column_4 .products .product {
        margin: 0 9% 1% 0!important;
        width: 17.8%!important;
    }

    Best regards,
    Jordan Shannon

    #765631

    and again, thanks !

    #765632

    short question, how to remove the sale badge to the uppertop ?

    #765634

    Hi,

    No problem at all. I am not sure what you mean by sale badge, can you provide a screenshot?

    Best regards,
    Jordan Shannon

    #765642

    Of course, see private link

    there is now 1 with a sale (aanbieding) bade over the text

    #765649

    Hi,

    Try this:

    span.onsale{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #765766

    sorry i meant move to top, not remove ;)

    #765784

    Hi,

    Apologies, please add this to quick css:

    span.onsale{
        position: absolute!important;
        top: -40px !important;
        right: 108px !important;
    }

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.