• Resolved trksglm

    (@trksglm)


    I’m confused about the p-Tag inside div-class Ticker-News, because the news ticker is showing one line down inside the the t4b-Ticker on the Website.

    It’s look like:

    ...
    <div class="ticker-news">
    <span>title</span>
    <p></p>
    <div class="tickercontainer">
    ...

    Why there is a <p></p> on the line?

    thanks.

    • This topic was modified 1 year, 9 months ago by trksglm.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Realwebcare

    (@realwebcare)

    Hi,

    Thanks for contacting us. There are no empty <p> tag in the ticker! Maybe, due to your theme or some other plugins, this empty <p> tag is generated. You can avoid this by inserting the following CSS code anywhere in your theme CSS:

    .ticker-news p {
        margin: 0 !important;
    }

    Hope that it’ll solve the issue.

    Iftekhar

    Thread Starter trksglm

    (@trksglm)

    Thank you for the css code. Yes, now the ticker news are in the center of the square.

    I don’t know, where th <p>-tag is coming from.

    Thanks a lot, dear Iftekhar.

    Best regards, Tarik

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tag inside div class Ticker-News’ is closed to new replies.