Mobile app version of vmapp.org
Login or Join
Marchetta884

: Blogger remove description in mobile view 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.

@Marchetta884

Posted in: #Blog #Blogger #Blogspot #Mobile

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
}

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Marchetta884

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme