Hi there,
Just downloaded the Enfold Dummy data for the Shop theme to try out and on the home page with the contact form at the bottom portion, I get a skinny submit button instead of the an equivalent size button the same as the Name and Email Address as the Demo in Kriesi website.
Any ideas why?
Links to screenshots in PV content
Hey craigriches,
Please try to delete the button and add it again, If that does not help we need to take a closer look at the backend. Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Best regards,
Vinay
Hi Vinay,
Unfortunately I cant do that as the install is not live, but local on my mac via DesktopServer.
Where would the settings for this Submit/Subscribe button live to change the code and therefore height of the button?
I did also notice that there was a Developers SectionID of “sign-up” listed in the colour section which contains this form. What does this relate to?
Are there any aspects of custom css included for this demo theme?
I tried setting up in another install of Enfold without the Shop Demo and got the version in the link (see pvt)
It’s ok , but I wanted to re-create what the demo was showing.
Something else must be modified somewhere???
Hi,
you can control button’s height with this code inside Quick CSS field:
input.button {
height: 50px;
}
Best regards,
Andy