T
tcnguyen93Sep 24, 2024
Hi Semicolon,
How I create left sidebar.
Can you tell me where the manual for this section is located?
Hi Semicolon,
How I create left sidebar.
Can you tell me where the manual for this section is located?
Hello,
<div class="row">
<div class="col-3">
<a href="#">
<span class="d-block mb-2 text-larger">General</span>
<span class="d-block text-muted text-smaller op-07">15 Articles</span>
</a>
</div>
...
</div><section id="content">
<div class="content-wrap">
<div class="container">
<div class="row gx-5 col-mb-80">
<!-- Post Content
============================================= -->
<main class="postcontent col-lg-9 order-lg-last">
Main Content
</main>
<!-- Sidebar
============================================= -->
<aside class="sidebar col-lg-3">
<div class="sidebar-widgets-wrap">
Sidebar Content
</div>
</aside>
</div>
</div>
</div>
</section>This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard