• Alex, incredible work you did! I worked with many templates, yours is just amazing: powerfull and so simple.

    I have an question, can i change the automatic slider size? (featured image size)

Viewing 1 replies (of 1 total)
  • Hi doghi. Depending on what you want to change you could try one of these css options; the height will adjust automatically:

    /* change size of entire slider */
    .featured.flexslider {
      width: 500px;
    }
    
    /* change size of slider image */
    .featured.flexslider .slides img {
      width: 500px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Automatic slider size’ is closed to new replies.