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
}
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
}