• Hi, TikTok is getting more and more popular, so finally I used some embedded videos in my article.

    Unfortunately the code starts like that: <blockquote class=”tiktok-embed” so wordpress thinks it’s a blockquote text and moves it right adding this big ” symbol.

    On PC screen it doesn’t look nice and on the smartphone videos are cut because of the quote symbol and the margin.

    Any ideas how to fix it?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • It is not WordPress which is styling the blockquote that way. It is your theme. You should ask in your theme’s support forum for how to style it more to your liking.

    Hello,

    => You can try below CSS code into your stylesheet.

    .single-post blockquote.tiktok-embed:before{display: none;}
    @media (max-width: 767px) {
    .entry-title{padding-left: 0px;}
    }
    @media (max-width: 320px) {
    .entry-title{margin-left: -22px;}
    }

    Thanks!

    Thread Starter montyie

    (@montyie)

    Thank you @aimsinfosofts
    Blockquote disappeared, the video was still cut in the middle of the screen, but I used https://iframely.com/embed and it’s fine. Good solution for now, later hopefully they’ll fix it.

    @joyously I’m not sure, maybe you’re right but every theme would have a blockquote issue with that, just different look. Thanks anyway.

    • This reply was modified 4 years, 8 months ago by montyie.

    I think that major issue regarding theme. I have upload it on WordPress.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem with TikTok’ is closed to new replies.