Image Box gap on Mobile

Posted in: Newspaper
Post count: 57

How can I control the gap size of the images inside imagebox on mobile?! On desktop the gap seems ok, but it’s a lot less on mobile. I want to change it. Thanks!

  • This topic was modified 8 years by afratus.
Post count: 23312

Hello afratus,

Please provide your website URL so I can take a closer look at it in mobile mode. I need to inspect it and also, so I will be able to provide a more accurate response.

Thanks for your understanding!

Post count: 57

dev.topensandoemviajar.com

Post count: 20688

Hi,

You could use a code like this, and set a bigger margin between the images
https://www.screencast.com/t/TSSkvw3v9
Use the value you want in the code, then enter it in Theme panel->Advanced CSS in the mobile section so it will only apply on mobile
https://www.screencast.com/t/H2h5PZ0n07P4

.td_block_image_box .td-custom-image a {
margin-bottom: 10px;
}

Thanks

Post count: 57

Thanks! Keep up with the good work! 😉

Post count: 57

Another question I have about the image box: Is it possible to have more then 4 images?!

Post count: 20688

Hi,

The image box elements supports up to 4 images at the moment. You could place more of these image boxes on a row, adding up to 12 images per row, if you should consider that useful
https://www.screencast.com/t/ADyrfJtTg
https://www.screencast.com/t/zjW6aGVDX

Thanks

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