Replies: 1
I’m trying to add the following code into the text area of the text block:
<div class="wrap" style="text-align: center;"><a class="btn-11 ryv-popup" href="https://player.vimeo.com/video/140364516">
<div class="ion-ios-videocam-outline" ></div>
</a>
</div>
The end result is supposed to put the icon in the middle of the button, however, upon clicking “Save Changes”, everything past <...center;"> just disappears completely.
Is there something that I need to add or is there some issue with nested divs?