Thumbnail full-width in mobile devices

Posted in: Newspaper
Post count: 7

Hello,

¿Is it possible full-width images (featured/thumbnails) on mobile devices, same as seen in block 22?

I have tried to stretch the row to full-width but only works on non-mobile screens

Thanks

Post count: 23312

Hello Iker Glez,

What block do you refer to? Also, provide your website URL so I can take a closer look at it. More useful would be to provide here some screenshots with your problem for a better understanding.

Thanks for your message!

Post count: 7

Hello Catalin,

My website is http://salamancanews.es/

Mobile screen: http://salamancanews.es/wp-content/uploads/2017/10/Mobile1.jpg

I want it to look like this on the mobile screen: http://salamancanews.es/wp-content/uploads/2017/10/EP-example.jpg

In the laptop screen I have managed to put the image all the width lengthening the row:
http://salamancanews.es/wp-content/uploads/2017/10/Laptop.jpg

Thank you very much

Iker

Post count: 23312

Hi Glez,

Try using the code below and place it in Theme panel -> Custom CSS area.

The code is ->

@media (max-width: 767px){
.td-container, .tdc-row {
padding-left: 0;
padding-right: 0;
}

Thanks.

Post count: 7

Very good, perfect :))). It works great. Thank you very much. Greetings from Spain.
Iker González

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