05/15/2018 at 11:34 am
#462475
Keymaster
@ Lara
There is a lot of custom CSS being applied to Connections… The two declarations are affecting the image size:
#cn-cmap .cn-right {
text-align: left;
width: 44% !important;
float: right;
font-size: 15px;
}
@media only screen and (max-device-width: 480px)
#cn-cmap span.cn-image-style {
padding: 5px;
width: 50%;
float: left;
margin-right: 8px;
}
There might be more, but these two seem to be affecting the image display size the most. You’ll have to tweak your CSS so it does not appear so small on mobile.
Hope this helps!
