Please help us help you and fill where relevant:
Your LimeSurvey version: [see right hand bottom of your LimeSurvey admin screen]
Own server or LimeSurvey hosting:
Survey theme/template:
==================
Hello!
I want to create a narrow centered text, but it doesn't work. The text is still wide. Could you please help me?
LimeSurvey Community Edition
Version 5.4.7
LInk to the screenshot:
drive.google.com/file/d/1znFAo3CItGWSGNM...6JB/view?usp=sharing
(can not upload on forum for some reason)
My code:
<style type="text/css">.img {
display: block;
margin-left: auto;
margin-right: auto;
width: 40%;
}
.footer {
margin: 10px 0 0 0;
padding: 10px 0;
page-break-after: always;
}
</style>
<p><img alt="" margin="auto;" src="/upload/surveys/985136/images/s-ccs-1.jpg" style="height:233px;width:350px;" width="40%" /></p>
<div class="container" style="text-indent:5%;color:rgb(48,48,48); ">
<p style="text-align:justify;text-indent:5%;">We are interested in <u>your experience with visualizing ERPs</u>. We want to know more about the way how research and clinicial practitioners, both novice and professional, use EEG plotting tools in their day-to-day work. We will publish the results of this survey to describe and improve current visualization techniques.</p>
<p style="text-align:justify;text-indent:5%;">This survey is anonymous. If you want to participate in a lottery or you want to receive follow-ups on the results of the study, you will be separately asked for your email address. Your responses will not be linked to that email address, unless you wish to receive feedback on your results. There are no known risks associated with participating in this study. Participants can withdraw from the study at any time.</p>
</div>
<div class="footer" style="text-indent:5%;color:rgb(48,48,48);"> </div>