Mobile Widgets

  • Resolved
    Posted in: Highend WP Theme  
  • Customer
    brianwbeard
    May 10, 2016 at 7:02 pm #83236

    Hi there,

    I’d like to hide my sidebar widgets on MOBILE for certain pages only (or alternatively, show it on mobile only for certain pages). Is this possible?

    I found another answer in the forum for hiding the sidebar on all mobile pages using the following CSS:

    @media handheld, only screen and (max-width: 767px) {
    #main-content .hb-sidebar { display:none !important; }
    }

    Maybe there is another line of code to hide on mobile only for certain pages?

    Thanks,
    Brian

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.