add files
This commit is contained in:
29
template-parts/sidebar/right-sidebar.php
Normal file
29
template-parts/sidebar/right-sidebar.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<!--[sidebar/right-sidebar]-->
|
||||
|
||||
<div class="right-side">
|
||||
|
||||
<div class="special special--gray d-flex cell cell--double justify-content-center align-items-center">
|
||||
|
||||
<div class="d-none d-lg-flex">
|
||||
|
||||
<?php get_template_part("template-parts/ad/revive/ad", "", ["zone" => 1]) ?>
|
||||
|
||||
</div>
|
||||
<div class="d-flex d-lg-none">
|
||||
|
||||
<?php get_template_part("template-parts/ad/revive/ad", "", ["zone" => 2]) ?>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="js-stickybit" style="position: sticky; top: 104px;">
|
||||
|
||||
<?php get_template_part("template-parts/ad/revive/ad", "", ["zone" => 2]) ?>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!--[/sidebar/right-sidebar]-->
|
||||
Reference in New Issue
Block a user