XF 1.2 Help Section messed up

Etchel

Member
Licensed customer
3QA44.png


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?
 
Your .navigationSideBar class is missing the following definition:
Code:
.navigationSideBar {
  width: 150px;
  display: table-cell;
}
 
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
 
Back
Top Bottom