Crayo Active member Jan 1, 2014 #1 We made a few minor template changes, and suddenly out of no where this error appears, but I can't find where to fix it. Can any of you guys help me? Test account: User: test Pass: xenforo
We made a few minor template changes, and suddenly out of no where this error appears, but I can't find where to fix it. Can any of you guys help me? Test account: User: test Pass: xenforo
Amaury Well-known member Jan 1, 2014 #2 What exactly is the error? Also, a link to your site would be helpful. Upvote 0 Downvote
Crayo Active member Jan 1, 2014 #3 Amaury said: What exactly is the error? Also, a link to your site would be helpful. Click to expand... I didn't think I needed to explain it, lol. Sorry, the link is wweforums.net. It's supposed to be in two columns, but it's randomly in one line making the drop down huge vertically. Upvote 0 Downvote
Amaury said: What exactly is the error? Also, a link to your site would be helpful. Click to expand... I didn't think I needed to explain it, lol. Sorry, the link is wweforums.net. It's supposed to be in two columns, but it's randomly in one line making the drop down huge vertically.
Amaury Well-known member Jan 1, 2014 #4 Crayo said: I didn't think I needed to explain it, lol. Sorry, the link is wweforums.net. It's supposed to be in two columns, but it's randomly in one line making the drop down huge vertically. Click to expand... Create a test (default) style, which will contain all of the default settings, and compare your custom style to that and see if you can find what went wrong. Upvote 0 Downvote
Crayo said: I didn't think I needed to explain it, lol. Sorry, the link is wweforums.net. It's supposed to be in two columns, but it's randomly in one line making the drop down huge vertically. Click to expand... Create a test (default) style, which will contain all of the default settings, and compare your custom style to that and see if you can find what went wrong.
Crayo Active member Jan 1, 2014 #5 We reverted it back to default but nothing changed. The template we reverted was "navigation_visitor_tab". Upvote 0 Downvote
We reverted it back to default but nothing changed. The template we reverted was "navigation_visitor_tab".
Russ Well-known member Jan 1, 2014 #6 Crayo said: We reverted it back to default but nothing changed. The template we reverted was "navigation_visitor_tab". Click to expand... It's typically extra padding on either the blocklinks/primarycontent/secondarycontent. Just widen the menu in extra: Code: #AccountMenu { width: 278px; } Might need to go wider, also possibly an !important tag. Upvote 0 Downvote
Crayo said: We reverted it back to default but nothing changed. The template we reverted was "navigation_visitor_tab". Click to expand... It's typically extra padding on either the blocklinks/primarycontent/secondarycontent. Just widen the menu in extra: Code: #AccountMenu { width: 278px; } Might need to go wider, also possibly an !important tag.
Crayo Active member Jan 1, 2014 #7 Russ said: It's typically extra padding on either the blocklinks/primarycontent/secondarycontent. Just widen the menu in extra: Code: #AccountMenu { width: 278px; } Might need to go wider, also possibly an !important tag. Click to expand... Thank you so much. You're a hero <3. Upvote 0 Downvote
Russ said: It's typically extra padding on either the blocklinks/primarycontent/secondarycontent. Just widen the menu in extra: Code: #AccountMenu { width: 278px; } Might need to go wider, also possibly an !important tag. Click to expand... Thank you so much. You're a hero <3.