Dear Fellow Qualtrics Researchers,
I am having trouble with conflicting CSS' in my custom header. I had professional coders code up two separate interfaces, both of which needs CSS about #chartviewcontainer in the custom header like the one below:
Due to the two conflicting CSS about the same #chartviewcontainer, I can only keep one of them in the header. However, the other interface won't show up properly if I take its #chartviewcontainer CSS properties away.
I do need to keep the two interfaces in the same survey. :( Please let me know what I can do to fix this. Many thanks!!!!
Best,
Tingyan
Solved
Conflicting CSS in custom header
Best answer by NiC
The chartviecontainer is present in a question ?
if so you can have them in two different questions and then you can just prepend questtion ID selector , to make this CSS question Id specific
#QID1 #chartviewcontainer
{ width: 100% !important }.thumbchart {
width:120px !important; height:120px !important; padding:10px 10px 10px 10px;
}.nohover { pointer-events:none;}.hoverglow{ background: #fafafa; /* width:120px; float: left;*/
display: inline-block; margin: 10px;}.hoverglow:hover{ background: #f5f5f5;}.selected {background: #f0f0f0;}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
