Forums

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

Home Forums CSS [Solved] Slideshow Content Padding Not Removing

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #149906

    Hi i have a small issue with padding or margin. can’t figure out why there is to much padding/margin between navbar and slideshow text.

    http://codepen.io/mwbcomputers/pen/fcghx

    #149908
    lrelia
    Participant

    Just change the height of class ‘.carousel .item ‘,maybe 400px is enough.I guess it happened because you use ‘.carousel’ too often.Everything with class ‘.carousel’ will get the height of 500px.

    #149916
    sadunaresh
    Participant

    coz the slideshow text is absolutely positioned with bottom:20px defined in CSS..

    #149918

    Got it worked out thanks

    #149927
    sadunaresh
    Participant

    what was the issue?

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