Can you give me some quick css to fix the formatting of the text in the bottom section of this page on my iPhone in portrait mode please? I want all of the columns to be lined up (See image) Thanks!
Hi djshortkut!
Please add following code to Quick CSS
@media only screen and (max-width: 480px) {
h3.iconbox_content_title {
padding-left: 30px!important;
}}
Best regards,
Yigit
Thank you very much! You can close this thread.