Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    Hi, there are some code tags wrapped around the slideshow and some paragraph tags inside the slideshow that are adding the gaps. The paragraphs could be added by the theme, or related to the code tags. Start by removing the code tags wrapped around the slideshow, switch the the HTML view in the post editor to find and remove those tags.

    Thread Starter novdesigner22

    (@novdesigner22)

    Thanks for the quick reply Josh. I have tried to remove those code tags from the html text view. I update the page, then switch back to visual editor view and then back to html text view and the close code tag is put back in. What file do I need to edit (if I can) to remove the paragraph tags from the slideshow?

    Plugin Author Josh Leuze

    (@jleuze)

    It’s tough to say, it is probably a filter in the theme somewhere. The simple solution would be to just zero out those extra paragraph tags like this:

    div.meteor-slides p {
    margin: 0 !important;
    }
    Thread Starter novdesigner22

    (@novdesigner22)

    Hi Josh, many thanks that cured the para tags. I have created 2 slideshows, 1 on about-us page and 1 on home page. I have added a few images to each by tagging them to the desired category. However all images appear in both slideshows… why is that? Thanks for your help.

    Plugin Author Josh Leuze

    (@jleuze)

    It doesn’t look like you specified a slideshow when adding the slideshow, also the homepage and about page might be the same page?

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Custom css’ is closed to new replies.