Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Tanvirul Haque

    (@tanvirul)

    Hello @anassal

    Could you share your site link so that I can check? Which theme are you using on your site?

    Thanks

    Thread Starter anassal

    (@anassal)

    I use Botiga(free) theme, and you can check at categorizedshark.com/shop, for now it’s set as after add to cart button

    • This reply was modified 1 year, 7 months ago by anassal.
    Plugin Author Tanvirul Haque

    (@tanvirul)

    Hi @anassal

    Here is the CSS code with the fix:

    .product-equal-height ul.products li.product .loop-button-wrap {
        flex-direction: column;
    }
    .wc-buy-now-btn-archive.add_to_cart_button {
        margin-top: 8px !important;
    }

    Could you paste these CSS codes inside your theme customizer additional CSS section and check is it resolved your issue or not?

    Thank you

    Thread Starter anassal

    (@anassal)

    thanks, it solved my issue but there is one problem, see this screenshot:

    https://snipboard.io/KGTh2A.jpg

    the products are not aligned in line horizontally on mobile

    Plugin Author Tanvirul Haque

    (@tanvirul)

    It’s not related to our plugin, could you temporary disable the plugin and check is it resolved or not?

    Thank you

    Thread Starter anassal

    (@anassal)

    After deleting CSS and deactivating the plugin:

    https://snipboard.io/Gv1JEY.jpg

    Thread Starter anassal

    (@anassal)

    I don’t know if it’s right or not but now alignment is perfect by this CSS, please guide:

    .product-equal-height ul.products li.product .loop-button-wrap {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    }
    .wc-buy-now-btn-archive.add_to_cart_button {
    margin-top: 8px !important;
    }

    Plugin Author Tanvirul Haque

    (@tanvirul)

    Great! you are on the right way.

    Is there anything else that I can help you with?

    Thank you

    Thread Starter anassal

    (@anassal)

    thanks, you can mark this issue as resolved

    Thanks for quick responses

    Plugin Author Tanvirul Haque

    (@tanvirul)

    You are most welcome.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘change position’ is closed to new replies.