Home Forums WoodMart support forum Brand image position on products listing

Brand image position on products listing

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #515907

    jedanbaja
    Participant

    Is it possible to change badge/image position for brand ? For example to be on right side of product image (in products listing) or above other badges for discount or for new product). Thanks, Goran

    Attachments:
    You must be logged in to view attached files.
    #516011

    Hello,

    Try to add following custom css code in Theme settings > Custom CSS > Custom CSS for Desktop

    .product-labels .label-with-img {
         left: 180px;
       position: relative;
       bottom: 40px;
    }

    Best Regards.

    #516213

    jedanbaja
    Participant

    Hi,
    its not a solution, because when user choose 2 or 4 products in columns , brand image position is not good.

    #516214

    jedanbaja
    Participant

    Can i fix brand image in top right corner, for all styles, for grid (2,3,4 columns) and listing also ?

    #516470

    Hello,

    Sorry to say there is no option in theme settings to change it. It requires customization and beyond our support police. It is possible with custom css to change this position. Please add the previous code in theme settings > custom css and change the value as per your requirements.

    Best Regars.

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