Site logo

[Resolved] Mobile Responsiveness Issues

Home Forums Support [Resolved] Mobile Responsiveness Issues

Home Forums Support Mobile Responsiveness Issues

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #2510790
    Fernando
    Customer Support

    I don’t think it would. I tried searching if it has any effect, but I can’t find one.

    It’s just a div though. What would be bad about it is if there’s a lot on a page since it still counts as a DOM element. Having too many DOM elements isn’t good performance-wise.

    a fourth option would be this code:

    .single-post .entry-content  p:after {
    content: "";
    display:block;
    height: 40px;
    }

    It adds a pseudo-element which isn’t counted as a DOM element.

    Depending on your post’s size one option may be beneficial over another.

    #2510849
    Anant

    Thanks Fernando & Team for the help.

    #2513481
    Fernando
    Customer Support

    You’re welcome, Anant!

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.