- Posts: 2
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
.my-image { float: right; width: 400px; max-width: 100%; } @media (max-width: 480px) { .my-image { display: block; float: none; margin: 0 auto; } }
@media only screen and (max-width: 768px) { #navigator-container > div { padding: 0 15px; } select.form-control { font-size: 16px; height: auto; } }