.carousel-caption {
position: relative;
top: 100px;
}
Any ideas what could happen?
www.dvereprovily.cz
]]>I moved the slider Title text to the top of my slider. It looks just fine on my desktop. However, on my mobile device it looks cut. I have used the following code, but no result:
@media only screen and (max-width: 480px) and (min-width: 200px)
.carousel-text h1 {
margin-top: 0px !important;
font-size: 0.8em;
}
Any help/ advice would be greatly appreciated.
Thank you!