Site logo

Archived topic

Figures (img + caption) full width in mobile view

5 replies · Started by twarrior on March 9, 2023

Viewing posts 1–6 of 6

Hi there,

the url is behind a maintenance mode, can i have a login ? :)

sorry. maintenance mode off

Try this:

@media (max-width: 768px) {
    .entry-content figure[class*="image"] {
        margin-left: -10px;
        margin-right: -10px;
        max-width: 100vw !important;
    }
}

i also limited the css to affect only figure elements that are for the image
Just in case there are other non image figures on the page.

great!

Glad to be of help

This archived topic is closed to new replies.