Forums

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

Home Forums CSS Slideshow slides out of place

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #206669
    jknetdesign
    Participant

    Each slide is out of place in between transitions. I tried to adjust positioning of divs.

    http://hopperopolis.com

    #206687

    You need to remove all the <br> tags between each image. I’m not sure how they are being managed, but if you have access to the HTML and can remove those, it should work.

    #206692
    kwerty
    Participant

    In case you can’t edit html, you can write this line to hide the br tags.

    
      #pb_slideshow_slider-1 > img + br  {
        display: none;
      }
    
    
    #206707
    jknetdesign
    Participant

    Resloved! I didn’t know you can hide br tags.

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