Inline subforums
#1
Hello.
I'm converting a 1.6 theme to 1.8, but right now I'm stuck at the subforums. I want to make them displayed inline just like 1.8 but I can't understand how. I've tried everything with CSS but I just can't get it to work, I guess there's something to edit in the core?
Reply
#2
nothing related to the core most sure
with some image or live preview of the issue would be better
but most sure it should be on templates
Reply
#3
(2016-06-10, 09:38 PM)subzr1 Wrote: nothing related to the core most sure
with some image or live preview of the issue would be better
but most sure it should be on templates

https://i.gyazo.com/a7a78ae3d81118906f4c...0d4be7.png
At the moment subforums are displayed in multiple lines, I want them to be displayed in a single line just like 1.8
I can't give u a live preview because it's in my lochalhost
Reply
#4
This:

.subforumicon {
    display: inline-block;
}
I don't give support on PM.
Reply
#5
(2016-06-11, 01:05 PM)eNvy Wrote: This:

.subforumicon {
    display: inline-block;
}
Already tried, doesn't work..
Reply
#6
(2016-06-11, 01:50 PM)Chevy Wrote:
(2016-06-11, 01:05 PM)eNvy Wrote: This:

.subforumicon {
    display: inline-block;
}
Already tried, doesn't work..

Is it correct that those subforums are displayed in a list? like:

<ul>  Subforums: </ul>
     <li> TEST </li>
     <li> TEST </li>  


it does seem like it because of those dots, if this is the case this should fix it.

Give the " ul " a class in one of the templates and then in the global css just put this:

.yourSubforumsClass li {
     float: left;
}
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)