I’m having trouble with the mobile version of a page on my website. There’s a horizontal scroll appearing, much probably caused by two absolute-positioned div blocks.
Hi! Check your grids! They span for 20 columns each and it’s causing all that extra space to appear. Try removing the unnecessary columns on mobile and don’t forget to change your grid child position, so it doesn’t occupy 20 columns anymore.
Thank you but I don’t think that’s the problem, columns are responsive… It’s not like the 20 columns of desktop viewport are overflowing on mobile, mobile has the 20 columns adapted to the responsive size
Changing styles in mobile does not affect other viewports whatsoever.
I didn’t remove any columns per se, I edited the position of the grid child like this (you have to go through every grid on the page and change this property for it to work):