I have this HTML code
< 7条回答 执笔经年 (楼主) 2021-02-03 19:47 You can add div with .visible-xs which only display on xtra small screens and add your custom class margin, for example: with custom css margins: .mobile-margin { margin-top: 0px; } and the margin will display only for xs screen. 0 讨论(0) 查看其它7个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
You can add div with .visible-xs which only display on xtra small screens and add your custom class margin, for example:
.visible-xs
with custom css margins:
.mobile-margin { margin-top: 0px; }
and the margin will display only for xs screen.