Viewing 2 replies - 1 through 2 (of 2 total)
  • D Smith a11n

    (@dsmithweb)

    Automattic Happiness Engineer

    Hi Jordan!

    It looks like it’s already in line with the product name– good work!

    To align it right, I’d change this

    ul.products li.product .button {
        padding: 2px 10px;
     }
    

    in your theme’s custom CSS to

    ul.products li.product .button {
        padding: 2px 10px;
        float: right;
    }

    and maybe add some padding, depending how you want it laid out.

    Thread Starter jordanwalsh

    (@jordanwalsh)

    Hey there!

    Thanks so much for replying, I actually just got it sorted out so I’ll be sure to mark it as resolved. Additionally I’ll try switching it out to your suggestion. Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Move “Add to cart” button’ is closed to new replies.