Displaying Image Gallery Horizontally

Posted by Community Admin on 05-Aug-2018 22:06

Displaying Image Gallery Horizontally

All Replies

Posted by Community Admin on 23-Jul-2011 00:00

I just added an Image Gallery to my Sitefinity page and when I display the Page, it displays my images vertically as well as an unordered list.

Is there anyway to easily modify this behavior so that they display horizontally and without the unordered list styling?  I did not see any areas within the Web User Interface to alter the vertical or horizontal display.

In Sitefinity v. 3.7, as soon as I added my Image Gallery control, it automatically displayed horizontally without any additional styling or modifications required.

Posted by Community Admin on 26-Jul-2011 00:00

Hello Samir,

The default template for list of images is unordered list as you said (and they are displayed vertically by default if "no theme" is selected). You should style it if you want to display them horizontally:

.sfimagesTmb
    position: relative;
    float: left;
    list-style: none;






Greetings,
Jordan
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed