- Posts: 34
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Weirdly, this only works for Apple, not with the other design CSS, like theme_blueberry.css. Do you know why?In "theme.apple.css" the welcome container has a max-width of only 750 px.
If you remove this, it's fine
Should be reported.
Joffm
Please Log in to join the conversation.
<style type="text/css"> #welcome-container { max-width: 50% !important; margin-left: 25%; border: 2px solid red; padding: 5px; } </style>
Please Log in to join the conversation.