Gaby_MC 4 Posted May 23, 2018 Share Posted May 23, 2018 Hi guys, How cand I edit the order of subcategories in the forum index (like image) on Dreadnought theme? Link to comment Share on other sites More sharing options...
Gaby_MC 4 Posted May 28, 2018 Author Share Posted May 28, 2018 anyone please? Link to comment Share on other sites More sharing options...
GradientWizzard 127 Posted May 28, 2018 Share Posted May 28, 2018 Do you mean like alphabetically Achievements: February 14 2013 - Joined WebFlake & Became Moderator.March 26 2013 - Became a Dad of 1 kid.April 8 2015 - Became a Dad of 2 kids.July 15 2015 - Retired as a Moderator.November 11 2016 - Passed my Car Driving Licence.April 13 2017 - Became apart of the Junior Moderator Team. Link to comment Share on other sites More sharing options...
Isabel 44 Posted May 28, 2018 Share Posted May 28, 2018 If I'm not mistaken, in ACP> Comunity> Forum you should be able to organize both the categories and the sub-categories, regardless of the theme used EDIT Oops, sorry ... I did not see the Moderator's intervention Link to comment Share on other sites More sharing options...
Jeffrey 366 Posted May 28, 2018 Share Posted May 28, 2018 Just add padding using CSS; .ipsDataItem_subList li { padding-right: 10px !important; } 1 Support Team - September 9th, 2017 - June 8, 2018 Junior Moderator - December 14th 2018 - November 16th, 2019 Designer - November 16th, 2019 - June 5th, 2020 Moderator - June 5th, 2020 - August 28th, 2020 Link to comment Share on other sites More sharing options...
Gaby_MC 4 Posted June 30, 2018 Author Share Posted June 30, 2018 On 5/28/2018 at 4:34 PM, Jeffrey said: Just add padding using CSS; .ipsDataItem_subList li { padding-right: 10px !important; } Add to custom.css? Link to comment Share on other sites More sharing options...
Gaby_MC 4 Posted July 1, 2018 Author Share Posted July 1, 2018 I have entered this code on custom.css .ipsDataItem_subList li { padding-right: 10px !important; } and now the sub-forums look like this: but they are not properly aligned. So...How can I aligned them? Link to comment Share on other sites More sharing options...
Gaby_MC 4 Posted July 15, 2018 Author Share Posted July 15, 2018 ? Link to comment Share on other sites More sharing options...
TOTE 35 Posted July 16, 2018 Share Posted July 16, 2018 Add to custom.css: .ipsDataItem_subList{ overflow: hidden; } html[dir="ltr"] .ipsApp .ipsDataItem_subList, html[dir="rtl"] .ipsApp .ipsDataItem_subList{ background: none; line-height: 220%; padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 4px; } .ipsDataItem_subList li{ float: left; width: calc(100% / 3 - 5px); } html[dir="rtl"].ipsDataItem_subList li{ float: right; } .ipsDataItem_subList li a:after{ display: none; } html[dir="rtl"] .ipsDataItem_subList.ipsList_inline > li{ margin-left: 0; } Link to comment Share on other sites More sharing options...
Gaby_MC 4 Posted August 15, 2018 Author Share Posted August 15, 2018 Work, but when then is unread content it appears like this: Link to comment Share on other sites More sharing options...
Gaby_MC 4 Posted August 20, 2018 Author Share Posted August 20, 2018 ? Link to comment Share on other sites More sharing options...
new2010 0 Posted August 24, 2018 Share Posted August 24, 2018 Is this for 4.3.5? Link to comment Share on other sites More sharing options...
Gaby_MC 4 Posted August 26, 2018 Author Share Posted August 26, 2018 On 8/24/2018 at 10:07 AM, new2010 said: Is this for 4.3.5? yes 1 Link to comment Share on other sites More sharing options...
Recommended Posts