Привет У меня проблема как сделать список разделов в один столбик а не две ? И еще браузер mazila меню показывает не правильно почему? hello I have a problem how to make a list of topics in one column instead of two? And does not the right menu shows why? mazila translate.google
In order to change Nodes elements, you can: Log in to the Admin Control Panel. Select the Appearance tab. Click on the Style Properties icon. From the list of Style Property groups, Select ╔ [Stylium] Nodes This module allows you to change style properties that you could customize the elements within nodes. Node Style It allows you to choose selected displaying style for forums. There are two styles that you can choose: Default style and Dual column style. With default style, nodes in your forum will display in one column. And with dual column style, nodes in your forum will display in two column. For header sticky menu, please tell us what's browser name that you're using ? Regards,
Please try to open template stylium.css and find Code: .styliumStickyTop.activeSticky .styliumStickyWrapper{ width: 100%; position: fixed; z-index: 200; left: 0; } Replace with Code: .styliumStickyTop.activeSticky .styliumStickyWrapper{ width: 100%; position: fixed; z-index: 200; left: 0; top:0; } Regards,
As soon as you provide us with the admin access details (via ticket system), we’ll be able to fix this issue too.