Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    For the mobile view, ?please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    @media screen and (max-width: 600px){
    .wp-block-media-text .wp-block-media-text__content {
        padding: 3% 4%;
    }
    p {
        padding: 0 4%;
    }
    }

    For the desktop view, I’m getting this layout. Please check and let us know if it’s correct or you want to make it like shared one.

    https://ibb.co/DrdnZ0W

    Thread Starter nichere

    (@nichere)

    Thanks for your reply.
    After alot of adjusting, I managed to straighten out the desktop view.

    for the mobile display.
    Isnt there a way to give some padding via the editor blocks? or in customise the page? It doesnt make sense that I would have to place my own custom css to do this job.

    Hello,

    Glad to know it fixed for the desktop view.

    You can click on the block and margin/padding from the right side of block settings. Following the post will help you with it.

    https://wpdevelopment.courses/articles/block-gap-margin-padding/

    • This reply was modified 2 years, 3 months ago by Abhishek.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Update and all blocks are uneven!’ is closed to new replies.