image extension

Posted in: Newspaper
Post count: 88

What is the image extension CSS code?
I’d like to fill in the margins on both sides of the writing image.

The CENTER ALINED IMAGES function is not applied, so if you let me know the custom css code, I will apply it.

Post count: 35449

Hello,
The css for image align center is this one:
.aligncenter {
text-align: center;
clear: both;
display: block;
margin: 6px auto;
}

For extend image the code is similar to this one:
.aligncenter img {
margin-left: -30px;
width: calc(100% + (2 * 30px));
max-width: none!important;
}

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.