Marcus Well-known member Jul 28, 2013 #1 This does not work in EXTRA.css. Do you have another idea? PHP: .node .subForumList li { width:47%; }
This does not work in EXTRA.css. Do you have another idea? PHP: .node .subForumList li { width:47%; }
Marcus Well-known member Jul 28, 2013 #3 There's no difference with !important, I already tried that :/ Upvote 0 Downvote
Shelley Well-known member Jul 28, 2013 #4 try (inserting your preferred value) Code: .nodeList .node .subForumList li { width: 47%; } Upvote 0 Downvote
P Paul B XenForo moderator Staff member Jul 28, 2013 #5 Works for me on my localhost - I have just tested it: Code: .node .subForumList li { width: 47% !important; } Check there are no errors in the template nor that you don't have code further on which is overriding it. Upvote 0 Downvote
Works for me on my localhost - I have just tested it: Code: .node .subForumList li { width: 47% !important; } Check there are no errors in the template nor that you don't have code further on which is overriding it.
Shelley Well-known member Jul 28, 2013 #6 Brogan said: Works for me on my localhost - I have just tested it: Code: .node .subForumList li { width: 47% !important; } Check there are no errors in the template nor that you don't have code further on which is overriding it. Click to expand... Yup that worked for me also. Upvote 0 Downvote
Brogan said: Works for me on my localhost - I have just tested it: Code: .node .subForumList li { width: 47% !important; } Check there are no errors in the template nor that you don't have code further on which is overriding it. Click to expand... Yup that worked for me also.
Marcus Well-known member Jul 28, 2013 #7 Brogan said: Works for me on my localhost - I have just tested it: Code: .node .subForumList li { width: 47% !important; } Check there are no errors in the template nor that you don't have code further on which is overriding it. Click to expand... An overwriting child template ERROR.css was the issue. Thanks guys for the fast replies ! Upvote 0 Downvote
Brogan said: Works for me on my localhost - I have just tested it: Code: .node .subForumList li { width: 47% !important; } Check there are no errors in the template nor that you don't have code further on which is overriding it. Click to expand... An overwriting child template ERROR.css was the issue. Thanks guys for the fast replies !