Forums

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

Home Forums CSS make responsive slimbox2

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #203219
    kablakar
    Participant

    hi, i have a site with this script (http://www.digitalia.be/software/slimbox2/), this is not responsive , so i decided to make responsive, i have used this code

    #lbCenter { height: auto!important;
    width: 80%!important;
    margin-left: -41%!important;
    left: 50%!important;
    }

    #lbBottomContainer {left: 50%!important;
    width: 80%!important;
    margin-left: -41%!important;
    }

    #lbImage {
    background-size: 100% 100%!important;
    width: 100%!important;}

    after this the box is responsive , but only for width, not for height ,
    if use height:auto; on #lbCenter the photo disappear.

    how fix ??

    you can view the demo on the link of official site.

    #203358
    kablakar
    Participant

    never solution ? :(

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