Okay
  Public Ticket #1687582
weird space at top of slideshow
Closed

Comments

  • Lori Ogden started the conversation

    Hi there, 

    I've been trying to create slides for our website, and they come up right at first, but then the background image seems to drop down a bit, and leave a strange gray, horizonal line at the top of the image.  I'm sure it's probably just a setting somewhere, but I can't seem to find it.  Can you help?



  •  752
    Igor replied

    Hi,

    your Joomla template is overriding slider CSS

    Try to add this to your custom CSS file to fix the issue

    li.tp-revslider-slidesli.active-revslide:before {
        position: absolute;
    }
    

    Regards,
    Igor

  • Lori Ogden replied

    That worked great, thank you!

    There's only one weird thing with it now - it looks perfect on the phone (android, running chrome) and on microsoft edge on the computer, but when I view it in chrome on the computer, there is an icon in the top right of the slideshow - I believe it's one of the bullets from the template.

    Can that be fixed with an addition to the css as well?

  •  752
    Igor replied

    Hi,

    this is your website seen in Chrome browser from my computer

    I don't see any icon in the top right side of the slider

    Regards,
    Igor