• How do I center all images in a record? Since the narrower images are left-aligned.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ahmed Kaludi

    (@ahmedkaludi)

    You can do it by going to the WordPress Dashboard -> Navigate to AMP Option Panel -> Design -> Global -> In the Advanced section Paste your Custom CSS and then click on the “Save Changes” button.

    With the help of below code, You can achieve your requirement.

    .cntn-wrp .wp-block-image{
        text-align: center;
    }
    Thread Starter Влад

    (@novichok78)

    This code does not help to center the image

    Plugin Author Ahmed Kaludi

    (@ahmedkaludi)

    We inspected your site and it seems like all the images are aligned in the center only. Can you please check it once by clearing the browser cache and let us know back?

    Ref screenshot: https://prnt.sc/14maa5n

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center images’ is closed to new replies.