Jan 21st, 2014, 3:34 PM
Hi Dale,
I know we discussed this offline already however I wanted to post this for the benefit of our other users.
The edit button only appears when you are logged into Form Tools.
To fix your issue, find this code:
#content {
padding: 18px;
padding-top: 24px;
}
update it to:
#content {
padding: 18px;
padding-top: 85px;
}
Normally you could just go through the interface but this styling you've used is pulling from the core default theme. These are the steps you would take to edit the style sheet through the admin interface.
- Click Forms in the main navigation
- Go to your form and click the "Edit" icon on the right
- Click "Publish" tab
- Click on the template set to edit it
- Click "Resources" tab to edit the CSS (this is your style sheet for the template set which controls the look and feel of the form)
- Click the "Edit" icon beside CSS
- Edit the style sheet
Cheers,
Joe
I know we discussed this offline already however I wanted to post this for the benefit of our other users.
The edit button only appears when you are logged into Form Tools.
To fix your issue, find this code:
#content {
padding: 18px;
padding-top: 24px;
}
update it to:
#content {
padding: 18px;
padding-top: 85px;
}
Normally you could just go through the interface but this styling you've used is pulling from the core default theme. These are the steps you would take to edit the style sheet through the admin interface.
- Click Forms in the main navigation
- Go to your form and click the "Edit" icon on the right
- Click "Publish" tab
- Click on the template set to edit it
- Click "Resources" tab to edit the CSS (this is your style sheet for the template set which controls the look and feel of the form)
- Click the "Edit" icon beside CSS
- Edit the style sheet
Cheers,
Joe