Indytheme Support
ถาม - ตอบ => Smart Variety => ข้อความที่เริ่มโดย: ustyle56 ที่ 19/11/22 เวลา 17:36 น.
-
แนะนำด้วยครับ อยากให้มันกว้างเลย หน้าบทความ
-
หมายถึง sidebar ใช่ไหมครับ ในหน้าบทความ
ต้องแก้โค้ดที่ไฟล์ครับ
ไฟล์ single.php
ลบ
<aside class="article__sidebar col-lg-4">
<?php Theme_Parts::get_widget('article_page_sidebar_widget') ?>
<?php if ($sidebr_banner) : ?>
<div class="mb-4">
<?php echo $sidebr_banner ?>
</div>
<?php endif; ?>
<div class="card col-12 pt-2">
<?php Theme_Parts::get('recent-posts-2', array('postid' => $postid)) ?>
</div>
</aside>
หา
<div class="article__content col-lg-8">
แก้เป็น
<div class="article__content col-lg-12">