Responsive Banner Slider alternative text wrapping
- Posted by Alessandro Orcomeno (2) Offline
				Hi, I've installed Responsive Banner Slider. Great module.
I have a question: on the site www.orcoweb.it/j303/
see the first slide (named "Chi vota"): the alternative text ("Iscritti che hanno diritto al voto alle elezioni") is over the image.
How can I force the text wrapping?
Eg.: "Iscritti che hanno
diritto al voto
alle elezioni"
thanks for you support!
						
								12 years 2 months ago								#1
				by Alessandro Orcomeno
			
		I have a question: on the site www.orcoweb.it/j303/
see the first slide (named "Chi vota"): the alternative text ("Iscritti che hanno diritto al voto alle elezioni") is over the image.
How can I force the text wrapping?
Eg.: "Iscritti che hanno
diritto al voto
alle elezioni"
thanks for you support!
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
				Hello
to enforce the text wrapping, you can try it by decreasing the slide1 width from here
/modules/mod_responsivebannerslider/assets/sequence/themes/style1/css/style.css
at the following css class
Let us know if that works for you.
						
								12 years 2 months ago								#2
				by erwinschro
			
		to enforce the text wrapping, you can try it by decreasing the slide1 width from here
/modules/mod_responsivebannerslider/assets/sequence/themes/style1/css/style.css
at the following css class
.slide1 {
...
width: 40%; /* change this to let's say 28% */
}Let us know if that works for you.
Please Log in or Create an account to join the conversation.
- Posted by Alessandro Orcomeno (2) Offline
- Posted by erwinschro (1034) Offline