Indytheme Support

ถาม - ตอบ => Smart Variety => ข้อความที่เริ่มโดย: ustyle56 ที่ 19/11/22 เวลา 17:36 น.

หัวข้อ: นำ slide bar ออก ครับ
เริ่มหัวข้อโดย: ustyle56 ที่ 19/11/22 เวลา 17:36 น.
แนะนำด้วยครับ อยากให้มันกว้างเลย หน้าบทความ
หัวข้อ: Re: นำ slide bar ออก ครับ
เริ่มหัวข้อโดย: SUPPORT ที่ 20/11/22 เวลา 22:54 น.
หมายถึง sidebar ใช่ไหมครับ ในหน้าบทความ
ต้องแก้โค้ดที่ไฟล์ครับ

ไฟล์ single.php
ลบ
โค๊ด: [Select]
<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>

หา
โค๊ด: [Select]
<div class="article__content col-lg-8">
แก้เป็น
โค๊ด: [Select]
<div class="article__content col-lg-12">