Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS slideshow responsive text

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #38957

    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

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.