Single property: Revert to original layout, remove sticky from sidebar

This commit is contained in:
Hanson.xyz Dev
2025-11-28 17:31:05 -06:00
parent dd006f51dc
commit be833efe62
4 changed files with 23 additions and 24 deletions
@@ -62,14 +62,10 @@ while (have_posts()) :
</div>
</nav>
<!-- Fixed Sidebar -->
<aside class="single-property-sidebar">
<?php get_template_part('template-parts/property/property-agent', null, array('agent' => $listing_agent, 'property_id' => $property_id)); ?>
</aside>
<div class="container">
<!-- Main Content (full width) -->
<div class="single-property-content">
<div class="single-property-layout">
<!-- Main Content -->
<div class="single-property-content">
<!-- Gallery -->
<?php get_template_part('template-parts/property/property-gallery', null, array('gallery' => $gallery, 'property_id' => $property_id)); ?>
@@ -194,6 +190,12 @@ while (have_posts()) :
</ul>
</section>
<?php endif; ?>
</div>
<!-- Sidebar -->
<aside class="single-property-sidebar">
<?php get_template_part('template-parts/property/property-agent', null, array('agent' => $listing_agent, 'property_id' => $property_id)); ?>
</aside>
</div>
</div>
</main>