• Resolved c1arkj

    (@jvjerde)


    Hello, having issues with correcting the alignment of the image on screensize 600px or smaller on the services block. I can’t seem to figure out how to get the image to center on all screen sizes. I managed to adjust padding, ect for larger devices but can’t get it for all screen sizes.

    See screenshot… https://paste.pics/8ebc6660024c92c8a6884873634fb9bd

    Please advise. Thanks.

    The page I need help with: [log in to see the link]

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

    (@gdmilos)

    Hey @jvjerde,

    Thanks for reaching out!

    The following CSS code will make the desired alignment:

    .wp-block-coblocks-service__figure picture{
       margin: 0 auto;
    }

    So just go to Appearance > Customize > Additional CSS and add the code displayed above, publish changes, clear cache from your browser and the modifications will be visible on the front.

    Let me know if this helps.

    Have a lovely day! ??
    Milos

    Thread Starter c1arkj

    (@jvjerde)

    @gdmilos

    Worked great, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Services Block image alignment issues’ is closed to new replies.