Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Martin Stehle

    (@hinjiriyo)

    Yee, e.g. a CSS code like

    @media screen and (min-width: 480px) {
        #scb-wrapper { display: none; } 
        body { padding-top: 0 !important; }
    }

    480px is the width of a smartphone display in landscape orientation. If the display is wider, e.g. in a tablet, the bar disappears.

    Thread Starter danielpacker1

    (@danielpacker1)

    Thank you! Screen sizes are getting bigger these days, so I recommend to others to maybe try a larger size, but the code works!

    where to put this code.

    Plugin Author Martin Stehle

    (@hinjiriyo)

    Put this code into the end of the file “style.css” in the folder of the active theme. Or use a Custom CSS plugin and paste the code in the textarea of the plugin.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Mobile Only’ is closed to new replies.