• Resolved Maonik

    (@maonik)


    Hi, I have a long narrow image in my left page sidebar widget. I would like to hide that on mobile phones. Is that possible?
    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    Hi Maonik,

    Try adding this custom CSS to Customizer / Additional CSS

    @media screen and (max-width: 40em) {	
    	#left-sidebar {
    		display:none;
    	}
    }

    let me know if that worked
    regards
    Imre

    Thread Starter Maonik

    (@maonik)

    Sorry for the late reply. That worked like a charm!!!! So happy!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘hide sidebar widgets on mobile devices’ is closed to new replies.