1 Attachment(s)
Weird Problem with RevCMS Client
Well I've tried absolutely everything to fix this but nothing is working and I can't find a specific fix on the webs anywhere :( Sooo.. I'm asking for help.
I have Phoenix 3.7.1 and RevCMS 1.9.9.9 and everything is working fine, client loads up, BUT
the height of the client is 150px?
Attachment 147206
Re: Weird Problem with RevCMS Client
I found this with a quick Google search (you should try it).
Quote:
Find <div id="client"> or <body id="client"> in your client and add style="height: 100%", so it becomes <div id="client" style="height:100%"> or <body id="client" style="height: 100%">
Re: Weird Problem with RevCMS Client
putting it with <body id="client"> didn't work but I putting it after <div id="flash-wrapper" did! Thanks for the help man :)