Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Stan

    (@stantinv)

    Hi @sarahrbcom,

    Yes, this is the way the button position is designed in the OceanWP theme but you can tweak it using the next custom CSS rules:

    .woocommerce ul.products .product-inner {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .products .product .tinv-wraper.tinv-wishlist {
        position: relative;
        right: 0;
        visibility: visible;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        opacity: 1;

    Place them into a style.css file of your child-theme or into a “Custom CSS” area in a plugin Style Options section.

    Regards,
    Stan

    Thread Starter Sarah H

    (@sarahrbcom)

    Worked to perfection! Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t change position of Add Button on Archive page’ is closed to new replies.