Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How do I attach a 7z file – I have a short php one pager positioning problem Reply To: How do I attach a 7z file – I have a short php one pager positioning problem

#250162
Beverleyh
Participant

OK – post the link to your CodePen for us in the forum and we can take a look.

You said it was a CSS/positioning issue so I’m not sure if jQuery is needed, but if it is, you can link the library in ‘Settings > JavaScript > Quick-add’, and then put your custom jQuery code in the JS pane.

Thinking back to your original description though, visibility:hidden; might be all you need. This will hide X element while still allowing it to occupy the same space.