#1. Add a Code Block above the Video (Or Image) and enter this code
<div class="blog-title-under-video"></div>
OR
<div class="blog-title-under-image"></div>
You can use either code.
#2. Use this code to Post Blog Item Code Injection
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> jQuery(document).ready(function($){ $('.blog-item-title').insertAfter('div.blog-item-inner-wrapper div.code-block+div.sqs-block'); }) </script> <style> .blog-item-title { text-align: center; } </style>
Result: