• Hello,
    I am struggling with the margin in the page contents of my website.
    I don’t know how to search the Customize menu to :

    revert to a normal margin in my contents. Here the photos and texts are on the border of the page frame. I’d like a small margin in order to get a tidier layout

    Note that the contents are in a Group bloc… it seems that’s what cancels the left and right margins.
    Is there a way to do that in the customize menu or do I need to add CSS?
    Thks in advance for your help

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    You can add this custom CSS code in Appearance > Customize > Additional CSS, to add the margin for the image in the block media of WordPress.

    .wp-block-media-text .wp-block-media-text__media {
        margin: 15px;
    }

    Regards.

    Thread Starter benmez

    (@benmez)

    Thanks for your reply. I will add this custom CSS.:)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pag contents : margins’ is closed to new replies.