Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted August 28, 20204 yr I was wondering if there is a way to put color in the background of a custom widget side bar block not all blocks just one block? I put image in see how the image doesn't fill the block I want to add background color is it possible and how ?
August 28, 20204 yr Author could you give an example I am not very good with codes I have the code in the widget block in content <script type="text/javascript" src="//rf.revolvermaps.com/0/0/1.js?i=5kq2jkw49ng&s=220&m=0&v=false&r=false&b=000000&n=false&c=ff0000" async="async"></script>
August 28, 20204 yr Solution <style> .revolvermaps { background: #000; display: flex; justify-content: center; align-items: center; } </style> <div class="revolvermaps"> <script type="text/javascript" src="//rf.revolvermaps.com/0/0/1.js?i=5kq2jkw49ng&s=220&m=0&v=false&r=false&b=000000&n=false&c=ff0000" async="async"></script> </div>