Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter Nancy Rector

    (@nanrector)

    I found where to change the shopping cart button. In the pluging images folder. Ü Would still like to align the add to cart buttons though.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi nanrector can you share your URL.

    Thank you

    Thread Starter Nancy Rector

    (@nanrector)

    I’ll have to get back with you on that. I finished creating the site and set it to direct to the root as my WP is in a folder and it crashed my dashboard and I now can’t get it back up doing everything that “should” work to manually repair it. I’ll post back soon hopefully once I figure it out. If I can’t I just lost a full site. 🙁

    Thread Starter Nancy Rector

    (@nanrector)

    Back up. Here is my link: http://mayanlightgrids.com/wp/order/

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi nanrector thank you for sharing your URL.

    I had a look at the Add to Cart button, they are at present in the middle. Where would you like to align them?

    Thread Starter Nancy Rector

    (@nanrector)

    I originally was aligning things to the left but the buttons stayed centered. I then centered everything to make it look better. If its an all or nothing choice, meaning I can only have them align a specific way in every place I put them I’ll just keep them as they are. I just wondered if there was a way to manually align each one or not.

    Thanks a bunch!
    Nancy

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi Nancy, you can individually change the alignment of each button. See the code below.

    <td style="text-align: left;">

    Each td can have a different alignment. Is this what you are referring too?

    Thread Starter Nancy Rector

    (@nanrector)

    Thank you so much!

    Thread Starter Nancy Rector

    (@nanrector)

    Actually this isnt working for how I’ve changed it. I removed the table as I was using that to help with centering. I’ve made my graphics full width so now the button is going to the left and I’d like it centered. I tried this <div style=”text-align:center;”> around it but it doesn’t work.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi you now have to add the code in a different place. Your buttons are using the following class.

    <div class=”wp_cart_button_wrapper”>

    So you can add the alignment to the following class wp_cart_button_wrapper in your css file. It would look something like the following.

    .wp_cart_button_wrapper{
    text-align:center;
    }
    Thread Starter Nancy Rector

    (@nanrector)

    That works for me. Just tested it. Thank you again!

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi I am glad 😉 if your issue is resolved can you mark this support thread as resolved.

    Thank you

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Checkout buttons and alignment questions’ is closed to new replies.