Responsiveness does not work for more than 3 columns

For some reason when I add more than 3 columns to a row, the elements do not stack when the screen size is reduced to mobile. I have attached screenshots. Please advise.


TIA

Hey TIA,

Please give us the URL of the page in a Secure Note so we could check the structure.

Thanks.

@christian_y I have added the URL into the Secure Note. Please let me know if you need any other information.

Hi again,

Thank you for providing the URL. It’s happening because of the custom CSS you have added. Please find and remove the following code from your page CSS:

@media (max-width: 767px) {
    .x-column.x-1-4 {
         float:left;
         width: 25%;
    }
 }

Cheers!

Thanks for the help @Nabeel. It’s been a while since I’ve had to work on WordPress, so I should have checked the CCS before coming to you guys!

Thanks again for the help.

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.