Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #833044

    Hi there ~ when inspecting the page code, I notice that any container that is set to be hidden on a certain screen sizes is still being loaded, even though it’s set to display:none. Ultimately this means slowing down the overall page load because there are a handful of containers meant only for certain screen sizes.. so is there a way to modify it so that the hidden content doesn’t load at all? or perhaps a way to simply load an entirely different page on mobile? or another solution?

    thanks!

    #833326

    Hey nulrick,

    The markup will still be there is you are using CSS. This is nothing theme specific though, it’s how HTML/CSS works by default. The alternatives to this are complicated and would require a lot of custom code.

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.