Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #437993

    Hi.

    I have a problem with widgets displayed on left sidebar when they are displayed on mobile devices where the sidebar is displayed at the end of the page. Call to action is where I want it to be on desktop devices, but on longer pages on mobile devices the user will rarely get to see it.

    I’d like to create a widget that I would place within the main content of a page but I only want it displayed on mobile devices. How do I do that?

    Thanks.

    #438010

    Hi gorkas!

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

    @media only screen and (min-width: 768px) {
    #enhancedtextwidget-7 { display: none; }}

    Cheers!
    Yigit

    #438366

    Thank you.

    I can’t remember any other product where I get such a good support.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Display a widget on mobile devices only’ is closed to new replies.