Home Forums WoodMart support forum Restore mobile shop buttons to previous position?

Restore mobile shop buttons to previous position?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #149232

    andrews
    Participant

    I’m using the “Icons on Hover” style, but it seems that in the latest update, the location of the buttons on mobile have moved from the right hand side of the image to the centre bottom of the image.

    Is it possible to restore this to the previous location? I’ll attach a couple of images showing the current and previous locations.

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

    Hello,

    As you are using “Icons on Hover” style for product grid that’s why the location of the buttons is at the bottom of the image except of right hand side.

    If you want to display the icons on the right hand side then you can choose some other style like “Tiled” as in the screenshot: https://jmp.sh/RdaAWbB

    Result: https://jmp.sh/1RyuL3i

    Best Regards.

    #149292

    andrews
    Participant

    Thanks, it’s not ideal as I liked the layout/spacing of the grid on the “Icons on Hover”, but I guess I can hide the shadow with:

    .woodmart-hover-tiled .product-wrapper {
        box-shadow: none;
    }

    and it should look pretty similar.

    #149310

    Hello,

    Yes you can try that CSS code:

    .woodmart-hover-tiled .product-wrapper {
        box-shadow: none;
    }

    But with in the tiled style of product grid there is no such shadow on the grid.

    Best Regards.

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