Hiding presentation page columns on mobile

  • Author
    Posts
  • #35444
    Dave

    Hopefully this is an easy one! Already have some custom code to hide sidebar when browser size less than 800 px, but would like to do same thing for the presentation page columns on front page (but don’t know the correct syntax).

    Thanks in advance!

    #35580
    Zed
    Cryout Creations mastermind

    Adding
    body #front-columns { display: none; }
    to the media query you already use should do it.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Hiding presentation page columns on mobile’ is closed to new replies.