Heuman Secondary Sidebar Top Box bigger than Primary Sidebar Top Box
-
Hi. My site is https://www.travelure.in
I added a Blogloving button to my secondary sidebar through following code in sidebar-2.php:
‘<?php if ( ot_get_option(‘sidebar-top’) != ‘off’ ): ?>
<div class=”sidebar-top group”>
<p><?php _e(‘Follow<script>(function(d, s, id) {var js, fjs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) return;js = d.createElement(s);js.id = id;js.src = “https://widget.bloglovin.com/assets/widget/loader.js”;fjs.parentNode.insertBefore(js, fjs);}(document, “script”, “bloglovin-sdk”))</script>’,’hueman’); ?></p>
</div>
<?php endif; ?>’Now, the secondary sidebar top box has become slightly larger. Is there a way to make it smaller to bottom align it to primary sidebar top box?
- The topic ‘Heuman Secondary Sidebar Top Box bigger than Primary Sidebar Top Box’ is closed to new replies.