<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Change wpforo-menu on tablet to a mobile-menu (dropdown) - How-to and Troubleshooting				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/change-wpforo-menu-on-tablet-to-a-mobile-menu-dropdown/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 08 Mar 2026 12:59:12 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Change wpforo-menu on tablet to a mobile-menu (dropdown)</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/change-wpforo-menu-on-tablet-to-a-mobile-menu-dropdown/#post-105498</link>
                        <pubDate>Tue, 10 Oct 2023 06:43:42 +0000</pubDate>
                        <description><![CDATA[You can use CSS media queries to apply specific styles for tablets and create a dropdown menu effect.
/* Add this CSS to your theme&#039;s stylesheet or a custom CSS file *//* Define tablet brea...]]></description>
                        <content:encoded><![CDATA[<p><span>You can use CSS media queries to apply specific styles for tablets and create a dropdown menu effect.</span></p>
<p>/* Add this CSS to your theme's stylesheet or a custom CSS file */<br /><br />/* Define tablet breakpoint (adjust the max-width value as needed) */<br />@media screen and (max-width: 768px) {<br />/* Hide the existing menu on tablets */<br />.wpforo-menu {<br />display: none;<br />}<br /><br />/* Show a mobile menu icon (you can use a custom icon or the default 'hamburger' icon) */<br />.mobile-menu-icon {<br />display: block; /* Show the mobile menu icon */<br />/* Add styles for your mobile menu icon here (e.g., background-image) */<br />}<br /><br />/* Style the mobile menu dropdown */<br />.mobile-menu-dropdown {<br />display: none; /* Hide the dropdown by default */<br />/* Add styles for your mobile menu dropdown here (e.g., background-color, position) */<br />}<br /><br />/* Show the mobile menu when the icon is clicked */<br />.mobile-menu-icon.active + .mobile-menu-dropdown {<br />display: block;<br />}<br />}</p>
<p><span>Remember to replace the placeholder classes and styles with the actual class names and styles used in your wpForo menu and theme. </span></p>
<p>I hope this will be helpful to you.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>roberrtt</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/change-wpforo-menu-on-tablet-to-a-mobile-menu-dropdown/#post-105498</guid>
                    </item>
				                    <item>
                        <title>Change wpforo-menu on tablet to a mobile-menu (dropdown)</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/change-wpforo-menu-on-tablet-to-a-mobile-menu-dropdown/#post-105491</link>
                        <pubDate>Mon, 09 Oct 2023 13:52:00 +0000</pubDate>
                        <description><![CDATA[Hi wpforo community,
 
I have a layout problem using the wpforo menu. In a mobile view, the menu collapses to a dropdown with a hamburger icon. This is cool! And on a desktop view, it is a...]]></description>
                        <content:encoded><![CDATA[<p>Hi wpforo community,</p>
<p> </p>
<p>I have a layout problem using the wpforo menu. In a mobile view, the menu collapses to a dropdown with a hamburger icon. This is cool! And on a desktop view, it is a horizontal menu. The problem is that when I view the forum on a tablet, it shows the menu in a horizontal view. Here I 6 menu items, which makes the layout look weird. Is it possible to collapse the tablet wpforo menu into mobile dropdown menu?</p>
<p> </p>
<p>Best</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Dane123</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/change-wpforo-menu-on-tablet-to-a-mobile-menu-dropdown/#post-105491</guid>
                    </item>
							        </channel>
        </rss>
		