Etchel Member Jul 31, 2013 #1 With regards to the photo above I was wondering what did I messed up on this page to make it like this. Anybody can help me? I don't remember doing some css changes in this area. What could be the problem?
With regards to the photo above I was wondering what did I messed up on this page to make it like this. Anybody can help me? I don't remember doing some css changes in this area. What could be the problem?
Jeremy in memoriam 1991-2020 Jul 31, 2013 #2 Can you provide a link, it's nearly impossible to know what's causing the problem without seeing it. Upvote 0 Downvote
Etchel Member Jul 31, 2013 #3 You can access it the help section at http://forum.avcsgroup.net/index.php?help/ Upvote 0 Downvote
Jeremy in memoriam 1991-2020 Jul 31, 2013 #4 Your .navigationSideBar class is missing the following definition: Code: .navigationSideBar { width: 150px; display: table-cell; } Upvote 0 Downvote
Your .navigationSideBar class is missing the following definition: Code: .navigationSideBar { width: 150px; display: table-cell; }
P Paul B XenForo moderator Staff member Aug 1, 2013 #5 The css for the help and profile pages have changed in 1.2. Upvote 0 Downvote
Etchel Member Aug 1, 2013 #6 I'll check into this, I think I made some mistakes when merging templates. Upvote 0 Downvote
Etchel Member Aug 1, 2013 #7 It is now solved, I just saw on the helper_wrapper.css was different from the new 1.2 css.. I changed it from the 1.1 helper_wrapper.css to Code: <xen:include template="navigation_sidebar.css" /> which is the 1.2 helper_wrapper.css Upvote 0 Downvote
It is now solved, I just saw on the helper_wrapper.css was different from the new 1.2 css.. I changed it from the 1.1 helper_wrapper.css to Code: <xen:include template="navigation_sidebar.css" /> which is the 1.2 helper_wrapper.css
P Paul B XenForo moderator Staff member Aug 1, 2013 #8 Why are you editing the template to include the new css template? Just revert it and it should work automatically. Upvote 0 Downvote
Why are you editing the template to include the new css template? Just revert it and it should work automatically.
Etchel Member Aug 1, 2013 #9 I actually reverted it. Sorry for the misused word. Thanks anyways! Upvote 0 Downvote