Add More Images To Image Box Element

Posted in: Newspaper
Post count: 4

Hello I would like to add more than four vertical images to image box element for use to sidebar as a widget.How can I do this ?

Post count: 7909

Hi,

The image limit for Image Box is set to 4. You could add another Image Box element bellow the one you use and configure it – https://www.screencast.com/t/wiOhj0F5Cs
To remove the margin between them you could add an extra class to the first Image Box element – https://www.screencast.com/t/f6lymMIO and use custom css in Theme Panel > Custom Css – https://www.screencast.com/t/x6I2C7yQNFYC

.yourclass {
margin-bottom: 5px !important;
}

Hope this helps!

Post count: 4

Thank you it works fine !

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