Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #473009

    Hello,

    On the web i want to enable a facebook widget on the footer, but on mobile not.

    is it possible disable a widget on mobile footer only??

    #473014

    Hey nachocristal!

    Can you please post the link to your website?

    Best regards,
    Yigit

    #473027

    Hello,

    the link:

    http://www.busf.es/inicio/

    you might watch it on mobile

    the time to load it is very large, i prefer disabling on mobile

    adios,

    #473030

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    section#facebooklikebox-2 {
      display: none;
    }}

    Regards,
    Yigit

    #473050

    Hi,

    I try,

    But i not sure if this solution improve the time lapse on loading the page on mobile

    #473634

    Hi!

    Yes, it will improve the page load a bit because it doesn’t need to load the fb widget.

    Regards,
    Ismael

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