Skip to main content

Post images too small

Comments

6 comments

  • Ariel H.

    Hi Sofia,

    Thank you for reaching out to us.

    It seems that your theme is adding some additional margins to the images. I suggest you try this custom CSS to eliminate those margins.

    @media (max-width: 767px) 
    .brz .brz-wp-post-content>div>:last-child {
    margin: 0; 
    }

    Please try this and let me know how it goes.

    Best regards,
    Ariel H.

    0
  • Sofia Pereira

    Hi Ariel,

    Thank you for your answer! I use the Blocksy theme as recommended. I don't think I've set any special settings as the blog post layout comes from Brizy.

    Where do you suggest putting this code? In the Brizy layout area or using the code snippets plugin?

    Thank you! :)

    0
  • Ariel H.

    Hi Sofia,

    Thank you for keeping in touch.

    To add custom CSS to the Blocksy theme, you can follow these steps:
    1. Log in to your WordPress dashboard.
    2. Navigate to "Appearance" and click on "Customize".
    3. In the Customizer, look for the "Additional CSS" option. It is usually located at the bottom of the menu.
    4. Click on "Additional CSS" to open the CSS editor and copy/paste the above CSS.

    Please try this and let me know how it goes.

    Best regards,
    Ariel H.

    0
  • Sofia Pereira

    Hi Ariel,

    It doesn't seem to be working. Could you see below this is in the right place?

    However, I do want to confirm, isn't Blocksy to integrate the best with Brizy?

    I have also tried to put in the code snippets plugin instead because I always prefer to have any piece of code there, but it didn't do anything either.

    Thanks, Sofia

    0
  • Ariel H.

    Hi Sofia,

    Could you please provide the URL so we can inspect it?

    In the meantime, please check if this works for you:

    .brz .brz-wp-post-content figure{
        margin: 0;
    }

    Best regards,
    Ariel H.

    0
  • Sofia Pereira

    Yeah, this one works. Thank you so much!!

    0

Please sign in to leave a comment.