Thangvip9x
Active member
I want to using iPad, sidebar will display reponsive
Thank you very much
This is code for xenforo 1.5
I need code for 2.x
Thank you very much
Thank you very much
This is code for xenforo 1.5
CSS:
<xen:if is="@enableResponsive">
@media (max-width:@maxResponsiveWideWidth)
{
.Responsive .sidebar
{
width: 100%;
}
}
</xen:if>
I need code for 2.x
Thank you very much