Display colums on mobile devices

Hello support team,

I hope you can help me. On the main page of my website http://testumgebung-simbach.de I have added 5 colums do display my services and offers.Each colum has an icon, a headline, a text and a button. On mobile devices I have the problem that the button and the icon of the following colum are not displayed very well. The space between iconan button is to short. See the screenshot adjust

Please cann you help me to fix the problem?

Thank you very much.

Best regards

Mario

1 Like

Hi There,

Thanks for writing in!

There is to way to manage the gap between the column in mobile device.
First you can set padding to top and bottom for each column.

2nd you can add a custom CSS to element class of each column.

$el{
margin-bottom: 20px !important;
}

Hope this helps!

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