How can I fix mobile display issues for my blog?

Blog has problems displaying on mobile

Please how should I modify

https://www.smpovapor.com/blogs/smpo-news/smpo-max-disposable-vape-new-launching

1 Like

@smpo

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/style.css ->paste below code at the bottom of the file.
media only screen and (max-width: 767px) {
.single-slider-post--sticky {margin: 0;}
}