• Resolved campkins

    (@campkins)


    Hi

    The hand picked item block pans the images to the left. Is there any way to change this so they pan centre?

    Also, the colour of the add to cart button is grey any way to changes this also?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support neilmccreadie a11n

    (@neilmccreadie)

    Hi there,

    The hand picked item block pans the images to the left. Is there any way to change this so they pan centre?

    Are you able to share a link to the page on your site where you have this in place, or a screenshot perhaps?

    We recommend https://snipboard.io for sharing screenshots – please follow the instructions on the page, then paste the URL in your reply.

    It may have to do with your image size/settings, as on my side when testing with this block, the images fill the available space and therefore don’t need any alignment:

    https://d.pr/i/heazDW

    Also, the colour of the add to cart button is grey any way to changes this also?

    The colour of the add to cart buttons would be controlled by your theme. Depending on your theme, you may be able to change this via the Customizer as per below screenshot from a site using the Storefront theme:

    https://d.pr/i/8Whne8

    Cheers,

    Thread Starter campkins

    (@campkins)

    Hi Neil,

    Thanks for coming back to my question with a thought out response.

    Below is the screenshot of the issue I’m having.

    https://snipboard.io/or5AZI.jpg

    URL this is happening to

    https://www.campkinscameras.com/canon/canon-r5-and-r6/

    As you can see the image is panning left with the add to cart button grey which is not in line with my theme that is set to green.

    I should mention that I’m only using these blocks on blog posts. If I was using two or more products you don’t notice it as much but can see they are leaning to the left slightly.

    Thanks

    Plugin Support Sol J. a11n

    (@solstudioim)

    Hi @campkins

    Below is the screenshot of the issue I’m having.

    https://snipboard.io/or5AZI.jpg

    I checked it and couldn’t find the image that’s panning left.

    What I see is for example it is pretty much centered:


    Link to image: https://d.pr/i/umeecT

    The add to cart button grey which is not in line with my theme that is set to green.

    You can customize the manually added product block add to cart button color by placing the following CSS:

    .wp-block-button__link {
    color: #fff;
    background-color: #3bb54a !important;
    }

    You can add the above custom CSS here: Appearance > Customise > Additional CSS.

    I hope that helps!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Images panning to the left on handpicked items’ is closed to new replies.