Carousel Spacing between Banners
- Posted by Lance (5) Offline
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.
- Posted by erwinschro (1034) Offline
Hi
Sorry but I don't quite understand with this
how they are on top of each other? any live url to take a look?
11 years 7 months ago #2
by erwinschro
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?
Please Log in or Create an account to join the conversation.
- Posted by Lance (5) Offline
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
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
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
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
add
inside that class.
11 years 7 months ago #4
by erwinschro
/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.
Please Log in or Create an account to join the conversation.