This topic has 1 reply, 2 voices, and was last updated 10 years by SQadmin.

  • Author
  • #8587
     hdanny83
    Participant

    Hi thank you for great theme.

    I want to hide widgets on mobile devices, and show on web.
    Is there any possibility i can do that?
    It is very slow when I use mobile devices.

    Thank you.

    #8588
     SQadmin
    Keymaster

    Hi, the easiest way is to take this example by putting the following lines in admin – sweetdate/styling options/quick css box:

    COPY CODE
    
    @media screen and (max-width: 480px) {
    /* Your widget classes that you do not want displayed */
    .widget_kleo_recent_posts { display: none; }
    }
    

    Regards,
    Robert

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?