Can't register - ProLight
Can't register
On my screen I can't go further than the register page. Can't scroll down to click on the button.
Is this a know error?
phpbb 3.2.3

- janus_zonstraal
- Registered User
- Posts: 3800
- Joined: Sat Aug 30, 2014 1:30 pm
- Contact:
Re: Can't register
Code: Select all
<!-- INCLUDEJS sticky_footer.min.js -->
<script>
$('.footerwrap').stickyFooter();
</script>
My board: iansvivarium.com
- eeji
- Jr. Style Validator
- Posts: 1137
- Joined: Fri Dec 12, 2008 9:08 pm
- Location: Manchester, UK
- Contact:
Re: Can't register
Screen resolution is 1600x900
I solved it for now in the common.css
Code: Select all
.wrap {
margin: 0 auto;
max-width: 1152px;
min-width: 625px;
padding: 15px 15px 55px 15px; /* JB aanpassing ivm registratie */

- janus_zonstraal
- Registered User
- Posts: 3800
- Joined: Sat Aug 30, 2014 1:30 pm
- Contact: