Hello,
I need to make the titles of this slideshow responsive
There is something on this code below that if screen width is larger than 950px the text goes to extreme left to the website (click here to see website)
Tittle Code
.responsive-slider.flexslider .slide .slide-title {
margin: auto;
padding: 0;
width: 100%;
}
.responsive-slider.flexslider .slide-title a {
position: relative;
top: 490;
text-align: center;
right: auto;
font-size: 18px;
line-height: 1.1em;
color: #fff;
background: #222;
background: rgba(0,0,0,.3);
text-shadow: none;
margin: auto;
padding: .5em 1em;
}
Thanks