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.
Hi nanrector can you share your URL.
Thank you
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. 🙁
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?
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
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?
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.
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;
}
That works for me. Just tested it. Thank you again!
Hi I am glad 😉 if your issue is resolved can you mark this support thread as resolved.
Thank you