@HoaLT Thank you so much!
I changed the height and position of the logo and now it works perfectly. Thank you for pointing me in the right direction.
Have a great day,
Max
I checked that this code makes some other element over the previous button so we can not click on it.
If this style is required for desktop view, you should set this code in a breakpoint for desktop so it would not affect the style on mobile
@media only screen and (min-width: 768px) {
/* add your custom css code here */
}
I tried hiding this element, then I could click on previous button as normal
Hope it can help