I have a similar problem... I think...
If you take a look at our test-forum (am glad I have that possibility), you see that the left and right column are too wide.
I tried to find the file/setting(s) responsible, but could not solve it.
I also tried the header-file in this thread... not the solution for us.
It is a custom skin, but I hope you can point me in the right direction.
Cheers,
Ruud
Portal misaligned
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Re: Portal misaligned
Without any links to see your problem its impossible to tell you what to do.
kein Support per PN / Messenger
no Support via PM / Messenger
no Support via PM / Messenger
Re: Portal misaligned
Ok... it took me hours to find, but now i got it
You have an missplaced <!-- ENDIF --> into your header.
open overall_header.html
find:
change to:
You have an missplaced <!-- ENDIF --> into your header.
open overall_header.html
find:
Code: Select all
<!-- ENDIF -->
</ul>
<span class="corners-bottom"><span></span></span></div>
</div>
</div>
<a name="start_here"></a>
Code: Select all
</ul>
<span class="corners-bottom"><span></span></span></div>
</div>
</div>
<!-- ENDIF -->
<a name="start_here"></a>
kein Support per PN / Messenger
no Support via PM / Messenger
no Support via PM / Messenger
Re: Portal misaligned
Wow Mike... you da man
I searched also for hours, but I did not recognize it.
My guess is that I messed it up during update from version 1.0.2 to 1.0.4
I had to do it all manually, since my AUTOMOD did not like the script (perhaps also due to the fact that we use a custom theme).
But all kudo's to you my friend
Thanks for helping out.
Now to find the ideal setup for our portal page and then kick it to the live server
I searched also for hours, but I did not recognize it.
My guess is that I messed it up during update from version 1.0.2 to 1.0.4
I had to do it all manually, since my AUTOMOD did not like the script (perhaps also due to the fact that we use a custom theme).
But all kudo's to you my friend
Thanks for helping out.
Now to find the ideal setup for our portal page and then kick it to the live server