<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Trying to create a sidebar to navigate in the app, keeping a navbar on top]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I try to create a secondary navigation pane as left sidebar for desktop and a bottom sidebar on the bottom of the page for mobile. Both fixed.</p>
<p dir="auto">here is my preview in PageBuilder.<br />
<img src="/assets/uploads/files/1620907791606-capture-d-e-cran-2021-05-13-a-14.04.57.png" alt="Capture d’écran 2021-05-13 à 14.04.57.png" class="img-responsive img-markdown" /></p>
<p dir="auto">I've set My left fixed sidebar as visible only on desktop and landscape tablet.<br />
I try to set the bottom section containing icons as visible only on mobile, this is OK. But I'm unable to make it position fixed on the bottom of the page.</p>
<p dir="auto">Any idea to workaround this ?</p>
]]></description><link>https://community.appdrag.com/topic/831/trying-to-create-a-sidebar-to-navigate-in-the-app-keeping-a-navbar-on-top</link><generator>RSS for Node</generator><lastBuildDate>Wed, 19 Aug 2026 20:26:32 GMT</lastBuildDate><atom:link href="https://community.appdrag.com/topic/831.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 13 May 2021 12:13:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Trying to create a sidebar to navigate in the app, keeping a navbar on top on Fri, 14 May 2021 14:12:17 GMT]]></title><description><![CDATA[<p dir="auto">You're welcome <img src="https://community.appdrag.com/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=lfk1vimvd74" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
]]></description><link>https://community.appdrag.com/post/3427</link><guid isPermaLink="true">https://community.appdrag.com/post/3427</guid><dc:creator><![CDATA[Wassim]]></dc:creator><pubDate>Fri, 14 May 2021 14:12:17 GMT</pubDate></item><item><title><![CDATA[Reply to Trying to create a sidebar to navigate in the app, keeping a navbar on top on Fri, 14 May 2021 10:19:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/2">@Wassim</a> said in <a href="/post/3423">Trying to create a sidebar to navigate in the app, keeping a navbar on top</a>:</p>
<blockquote>
<p dir="auto">#yourSection {<br />
position: fixed;<br />
bottom:0;<br />
left:0;<br />
right:0;</p>
</blockquote>
<p dir="auto">Excellent ! I's working perfectly ! Thank you Wassim !</p>
]]></description><link>https://community.appdrag.com/post/3426</link><guid isPermaLink="true">https://community.appdrag.com/post/3426</guid><dc:creator><![CDATA[Olivier MAGNIN]]></dc:creator><pubDate>Fri, 14 May 2021 10:19:29 GMT</pubDate></item><item><title><![CDATA[Reply to Trying to create a sidebar to navigate in the app, keeping a navbar on top on Fri, 14 May 2021 06:14:20 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">This is not a built-in feature you'll be able to use with AppDrag.<br />
A solution would be to add an id to your section and add some css to fix it to the bottom :</p>
<pre><code>#yourSection {
position: fixed;
bottom:0;
left:0;
right:0;
</code></pre>
]]></description><link>https://community.appdrag.com/post/3423</link><guid isPermaLink="true">https://community.appdrag.com/post/3423</guid><dc:creator><![CDATA[Wassim]]></dc:creator><pubDate>Fri, 14 May 2021 06:14:20 GMT</pubDate></item></channel></rss>