• Resolved annie2you

    (@annie2you)


    Thank you for your great theme. The blogs look great with images, but how can I set the images with no paddings like yours? Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • style.css?ver=5.4
    .post-wrapper {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    margin: 0 auto;
    max-width: 940px;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    }

    Changing or removing max-width sorts the width issue I think for you. Or you can test the removal of margin: 0 auto; as well

    Theme Author Alexander Agnarson

    (@alxmedia)

    Hi, thanks!

    Select the Full-width option in the editor, and it will stretch all the way out.

    Image example

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Full-width image within blogs’ is closed to new replies.