2 columns specific section on mobile

Hi, i am trying to have 2 columns for a specific section on mobile instead of everything being stacked. I don’t want the whole page but a specific section. If you look on gherasimmedia.com, it is the section with the 4 image icons.

Hi Daniel,

I can see you have added the following custom CSS already to achieve this:

@media (max-width: 480px){
#my-section .x-column {
    float: left !important;
    width: 48% !important;
    margin-right: 4% !important;
}
}

Please confirm that this is all sorted out now. Thank you.

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