Hello!
I have some quiz-like forms that require audio players for the user to find out the right answer. Because [[html]] blocks cannot be used with data forms, I've placed the audio players in the side bar.
Now however, I'd need a bit larger quantity of audio players that I'll place in rather large buttons (resembling a card) utilizing lines and rows of bootstrap grid-system. For that, I'd need the side bar to be much wider. The data form itself doesn't need that much space. Could someone guide me to the right direction?
#side-bar { width: 75%; /* This doesn't seem to work */ }
What I'm trying to achieve, is a sort of audio variant of traditional pairs game.