Carousel Spacing between Banners

I have a question. The images from each banner are right next to each other. How can their be spacing between the banners so they are not on top of each other but nicely spaced.
11 years 7 months ago #1 by Lance

Please Log in or Create an account to join the conversation.

Hi

Sorry but I don't quite understand with this

so they are not on top of each other but nicely spaced.


how they are on top of each other? any live url to take a look?
11 years 7 months ago #2 by erwinschro

Please Log in or Create an account to join the conversation.

Actually, I figured out what was happening. If the setting was 4 images, but the banner space wasn't wide enough to fit all 4, it would overlay the images.

I scratched that idea of putting all 4 up; however, the only thing I can see odd is foreverhusky.org (test site), it shows a square in the lower left hand corner
11 years 7 months ago #3 by Lance

Please Log in or Create an account to join the conversation.

Ouh yes that come from your template typo.css. To remove that please edit this file

/modules/mod_carousel_banner/assets/css/flexisel.css

at line 31 there's a class
.nbs-flexisel-item {
...
}

add
list-style:none;

inside that class.
11 years 7 months ago #4 by erwinschro

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum