Mobile View: Showing Images in One Column

Posted in: Newspaper
Post count: 263

Image: http://i58.tinypic.com/23sx554.png

It’s CSS probably but I want to make the images in one column on mobile view. Is this possible?

Thanks,
sbo

Post count: 854

hi

i don’t think that something from our theme,
anyway

hers the css:


@media
(max-width: 767px){
dl.gallery-item {
width: calc(60%) !important;
}

Thanks for you message.
Radu A.

Post count: 263

This worked.

Thanks!

Post count: 263

You should def put this in the next update in style.css 🙂

Post count: 854

hi,
thanks for suggestion.

Thanks for you message.
Radu A.

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