Is there any way to hide previous and next buttons in mobile view?
PrashanthGowda opened this issue · 1 comments
PrashanthGowda commented
NickB95 commented
You could use a CSS media query and then hide them using the display property.
PrashanthGowda opened this issue · 1 comments
You could use a CSS media query and then hide them using the display property.