• Resolved cdrom92

    (@cdrom92)


    Hi! I want the brand logo to show right below the product thumbnail (not above the price)

    Can you help?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @cdrom92

    I’m afraid that current features of plugin wont allow you to do what you want.

    However, it might be possible to edit style with a CSS script.

    Something like this might work:

    div.product-small > div.box-text > div.price-wrapper > div.pwb-brands-in-loop{
    position: relative;
    top: 40%;
    }
    div.product-small > div.box-text > div.price-wrapper > div.price{
    position: relative;
    bottom: 60%;
    }
    • This reply was modified 3 years, 3 months ago by sebastopolys.
Viewing 1 replies (of 1 total)
  • The topic ‘Move Brand Logo to above Title on Product Category Page’ is closed to new replies.