Home › Forums › Support › Images too small on mobile view This topic has 5 replies, 2 voices, and was last updated 6 years, 2 months ago by Tom. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts September 11, 2017 at 9:21 am #383286 Sarah Hi, I’m just working on a page and am using Lightweight Grid columns to display a tick in one column and the content related to it beside it. It displays fine in Desktop and Tablet view but when I check it on mobile phone view the ticks go so super small, you can’t tell what they are. Can you take a look for me please? https://clearfocus.consulting/new-home-page/ Thanks! Sarah September 11, 2017 at 7:40 pm #383561 TomLead Developer Lead Developer Hi Sarah, LGC is probably overkill for something like this. Try this instead: <div class="list-row"> <div class="list-arrow">IMAGE HTML IN HERe</div> <div class="list-text">Text in here</div> </div> Then add this: .list-row > div { display: inline-block; } September 11, 2017 at 11:27 pm #383638 Sarah Hi Tom, I just tried that on https://clearfocus.consulting/new-home-page/ but it’s looking damn ugly! Can you take a look? I appreciate your help! π September 11, 2017 at 11:39 pm #383647 TomLead Developer Lead Developer Ha, scratch that then. Use this CSS instead: .list-row { clear: both; margin-bottom: 30px; } .list-row .list-arrow { float: left; margin-right: 20px; } .list-text { overflow: hidden; } September 12, 2017 at 5:37 am #383820 Sarah You beaut! That works perfectly. Thanks Tom π September 12, 2017 at 9:59 am #384040 TomLead Developer Lead Developer You’re welcome π Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In