Post Reply 
Menu and Important Info missing
Jan. 10, 2015, 09:39 PM
Post: #7
RE: Display of code,site specific code etc not visible
(Jan. 10, 2015 03:25 AM)ProxRocks Wrote:  note that the footer notes (hits, site, cookies, timer) are at the TOP of the page instead of at the bottom - is this "fixable"?

The quickest solution (tho not necessarily the best) I can offer is to open "proxcss-general.css", find

Code:
div#pr0xDom-Div
{
  clear: both;
  position: relative;
  padding: 3px 0 3px 7px;
  direction: ltr !important;
  float: none !important;
  background: transparent;
  border-style: none;
  outline-style: none !important;
  white-space: normal !important;
  text-align: left !important;
  text-decoration: none !important;
  width: auto;
  height: auto;
  visibility: visible;
  z-index: 100000001;
}

Change it to suit. Like

Code:
div#pr0xDom-Div
{
  clear: both;
  position: fixed;
  padding: 3px 0 3px 7px;
  direction: ltr !important;
  float: none !important;
  background: transparent;
  border-style: none;
  outline-style: none !important;
  white-space: normal !important;
  text-align: left !important;
  text-decoration: none !important;
  width: auto;
  height: auto;
  visibility: visible;
  Bottom: 5px;  
  z-index: 100000001;
}
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Menu and Important Info missing - dudu8995 - Jan. 26, 2015, 02:09 PM
RE: Menu and Important Info missing - thomasmo - Dec. 19, 2015, 10:45 PM
RE: Menu and Important Info missing - thomasmo - Dec. 19, 2015, 10:17 PM
RE: Display of code,site specific code etc not visible - JJoe - Jan. 10, 2015 09:39 PM

Forum Jump: