m3commish Active member Jul 11, 2015 #1 Pretty much what the subject title says ... Is this possible? Thank you kindly M3L Community
P Paul B XenForo moderator Staff member Jul 11, 2015 #2 Yes, you can use media queries. See the guide on responsive design - link in my signature. Upvote 0 Downvote
D Dylan V Well-known member Jul 11, 2015 #3 Hi, Go to EXTRA.css and add this: Code: <xen:if is="@enableResponsive"> @media (max-width: @maxResponsiveNarrowWidth) { .Responsive .sidebar { display: none; } } </xen:if> Upvote 0 Downvote
Hi, Go to EXTRA.css and add this: Code: <xen:if is="@enableResponsive"> @media (max-width: @maxResponsiveNarrowWidth) { .Responsive .sidebar { display: none; } } </xen:if>
Brandon Sheley Well-known member Jul 3, 2017 #4 Dylan V said: Hi, Go to EXTRA.css and add this: Code: <xen:if is="@enableResponsive"> @media (max-width: @maxResponsiveNarrowWidth) { .Responsive .sidebar { display: none; } } </xen:if> Click to expand... AWESOME!!! I searched for a good hour from my phone the other day trying to find something like this on xenforo.com TY TY TY! Upvote 0 Downvote
Dylan V said: Hi, Go to EXTRA.css and add this: Code: <xen:if is="@enableResponsive"> @media (max-width: @maxResponsiveNarrowWidth) { .Responsive .sidebar { display: none; } } </xen:if> Click to expand... AWESOME!!! I searched for a good hour from my phone the other day trying to find something like this on xenforo.com TY TY TY!