Home Forums Free Themes Signify Dark Center bloc

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #182149
    Dirk
    Participant

    How to align photo’s in a bloc? When i choose Center they all stay on the left.

    #182175
    sanam
    Keymaster

    Hello, @DIRK

    We could not exactly track down the issue that you have mentioned . Could you please explain this issue more in detail?
    Also, can you please provide us with the screenshots and your site URL as well?

    Regards,
    Themepalace

    #182311
    Dirk
    Participant

    https://lichtschrijven.be/portret-dieren/

    Photos align to the left, even when i select CENTER in the bloc

    #182325
    sanam
    Keymaster

    hello @DIRK, Add this CSS in the Additional CSS

    Go to Admin Panel >> Customizer >> Additional CSS – there you can paste the CSS

    figure.wp-block-image.size-large {
    align-items: center;
    }

    Regards,
    Themepalace

    • This reply was modified 1 year, 10 months ago by sanam.
    #182331
    Dirk
    Participant

    works!
    I had put it in the wrong ‘extra CSS’ (on each page iso the general one).
    Problem solved, thx!

    #182330
    Dirk
    Participant

    with or without the spaces?
    figure.wp-block-image.size-large {align-items: center;}
    doesnt seem to change it yet (maybe pages need some time to reload on the site)

    #182341
    sanam
    Keymaster

    Hello, @DIRK

    Seems like the CSS worked. When I checked your site all the images were center aligned.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.