crazy Member Mar 11, 2014 #1 Hello i want to expand the subforum width. I've shown the problem by an arrow mark. Thanks for your help.
Hello i want to expand the subforum width. I've shown the problem by an arrow mark. Thanks for your help.
P Paul B XenForo moderator Staff member Mar 11, 2014 #2 Add to EXTRA.css: Code: .node .subForumList li width: 49%; } Change the % to suit. Upvote 0 Downvote
crazy Member Mar 11, 2014 #3 Brogan said: Add to EXTRA.css: Code: .node .subForumList li width: 49%; } Change the % to suit. Click to expand... Thanks i did it but there is not any change. Upvote 0 Downvote
Brogan said: Add to EXTRA.css: Code: .node .subForumList li width: 49%; } Change the % to suit. Click to expand... Thanks i did it but there is not any change.
P Paul B XenForo moderator Staff member Mar 11, 2014 #4 Try this instead: Code: .node .subForumList li { width: 48% !important; } That will allow for two nodes per row. Upvote 0 Downvote
Try this instead: Code: .node .subForumList li { width: 48% !important; } That will allow for two nodes per row.
crazy Member Mar 11, 2014 #5 Oopss... It did not work too. Here is my site, if it is necessary -> http://www.haycanlar.com Upvote 0 Downvote
P Paul B XenForo moderator Staff member Mar 11, 2014 #6 It works in my testing. Make sure you are adding it to the correct style. Upvote 0 Downvote
crazy Member Mar 14, 2014 #7 Brogan said: It works in my testing. Make sure you are adding it to the correct style. Click to expand... I am sure of course. Upvote 0 Downvote
Brogan said: It works in my testing. Make sure you are adding it to the correct style. Click to expand... I am sure of course.