hi!
I'm having some problems with the text a site I set up. It overlaps when the browser is made narrower. The site is www.andersenproductions.es
Here's what happens:
Any ideas on how to avoid this? I'm at a bit of a loss.
Thanks!!
text overlaying when browser width is modified
hi!
I'm having some problems with the text a site I set up. It overlaps when the browser is made narrower. The site is www.andersenproductions.es
Here's what happens:
Any ideas on how to avoid this? I'm at a bit of a loss.
Thanks!!
Dear @Naima
you need to add the blue border to the DIV above and not to the SPAN element.
The SPAN element will make this break you see.
Hope I could help.
All the best!
Marius
Thanks, but I don't really understand how to change this (my knowledge of html is quite limited). I've applied the border as a class you see, so do I change this in the css? Or in the text source code?
Best
Dear @Naima
try this instead:
.inner-titol-slider {
border: 3px solid blue;
padding: 7px;
}
Best!
Marius