• The font size of the transition will change smaller when horizontal line tag <hr> is inserted.

    For exsample:

    <div class="content">
        <p class="hidden animated zoomIn full-visible">   abcdef   </p>
        <blockquote><p class="hidden animated zoomIn full-visible"></p>   ghijkl   </blockquote>
        <p class="hidden animated zoomIn full-visible">   mnopq   </p>
    
        <hr>
        
        <br>
        This part font size is smaller than <p class="hidden animated ...> sentence. Probably it use the body's font-size in style.css
    
        <br>
    
        <p class="hidden animated zoomIn full-visible"></p>
    </div>
Viewing 1 replies (of 1 total)
  • Theme Author tishonator

    (@tishonator)

    Hi,

    does the issue still exist? I presume it’s working fine with Gutenberg editor now.

    Thanks,
    Tihomir
    Tishonator Team

Viewing 1 replies (of 1 total)
  • The topic ‘horizontal line tag issue’ is closed to new replies.