The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

fast log in problem

3 posters

Go down

Solved fast log in problem

Post by zenzo April 16th 2017, 6:17 am

fast log in problem 2017-011

it appear at the back of my forum logo

url: http://gsmcotabato.forumotion.com/
version: phpbb3


Last edited by zenzo on April 17th 2017, 9:58 am; edited 1 time in total
zenzo
zenzo
Forumember

Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines

Back to top Go down

Solved Re: fast log in problem

Post by Ritsu April 16th 2017, 10:25 pm

Hmmm... it's a screen resolution issue. I have 1920x1080 and it works fine but when I resize the window, it turns into this: fast log in problem Screen16. Weird. Have you got your templates heavily modified?

Okay, I've got a solution. Add this to your CSS template:
Code:
#fa_toolbar {
position: fixed;
top: 0;
width: 100%;
}
Ritsu
Ritsu
Forumember

Male Posts : 63
Reputation : 7
Language : Polish, English
Location : Poland

http://lolirock.forumpolish.com

Back to top Go down

Solved Re: fast log in problem

Post by zenzo April 17th 2017, 3:22 am

DSorcerer wrote:Hmmm... it's a screen resolution issue. I have 1920x1080 and it works fine but when I resize the window, it turns into this: fast log in problem Screen16. Weird. Have you got your templates heavily modified?

Okay, I've got a solution. Add this to your CSS template:
Code:
#fa_toolbar {
position: fixed;
top: 0;
width: 100%;
}

nothings change problem still



edit,...


topic solve some issue from my css just rebuilding all codes and solve
i put this at ta top off all codes
Code:
#quickloginform_overlay {
  background-color:#333;
  height:100%;
  left:0;
  opacity:0.7;
  position:fixed;
  top:0;
  width:100%;
}
#quickloginform {
  height:100%;
  position:fixed;
  top:20%;
  width:100%;
}
#quickloginform>form {
  background-color:#fff;
  box-sizing:border-box;
  margin:auto;
  padding:20px 30px;
  width:360px;
  border-radius:3px;
}
#quickloginform input[type="password"],#quickloginform input[type="text"] {
  background:#f2f2f2 none repeat scroll 0 0;
  border:0 none;
  box-sizing:border-box;
  font-family:"Helvetica";
  font-size:14px;
  margin:0 0 15px;
  outline:0 none;
  padding:15px;
  width:100%;
}
#quickloginform button {
  background-color:#369fcf;
  border:0 none;
  color:#ffffff;
  cursor:pointer;
  font-family:"Helvetica";
  font-size:14px;
  outline:0 none;
  padding:15px;
  text-transform:uppercase;
  width:100%;
}
#quickloginform p:nth-child(n) {
  margin-bottom:0;
  margin-top:20px;
  text-align:center;
}
#quickloginform form p {
  color:#b3b3b3;
  font-size:11px;
}
#quickloginform form a {
  color:#2b86b3;
  text-decoration: none;
}
zenzo
zenzo
Forumember

Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines

Back to top Go down

Solved Re: fast log in problem

Post by brandon_g April 17th 2017, 9:21 pm

Thanks for posting the solution.

Topic solved and archived ~ brandon_g
Please read our forum rules: ESF General Rules


fast log in problem Brando10
Remember to mark your topic fast log in problem Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

fast log in problem Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum