Offscreen element causing horizontal scrollbar
-
There seems to be an input div that is extending beyond the page causing a horizontal scroll bar to appear. I believe it’s since the last update.
<input class="ideapush-form-idea-attachment" name="fileToUpload" id="fileToUpload" accept=".jpg, .jpeg, .png, .gif" type="file">
When I disable
Width:100%;
In frontendstyle.css – lines: 530 and 110 – it goes back to normal.In the mean time I added into my own CSS:
#fileToUpload { width: auto; }
It’s odd though. I can’t find what is determining the specific width that causes it to go off screen.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Offscreen element causing horizontal scrollbar’ is closed to new replies.