1

What javascript should I use so that when screen size is less than 699px than description header should get removed any only blog name should be show.

if (screen.width <= 699) {
                // set display none for description
            }
Jack Stern
  • 163
  • 1
  • 6

0 Answers0