Spacing on E & P form

Hello I want to change the spacing on the intro page between the button, image and text. How do i do this? Do I use css? Which div should I target for the button? Title? Text?

www.thetest.ch

Hey @LordGavin,

Thanks for writing in. There’s no styling options for this so custom CSS is needed. We could not provide every selector of the E & P forms though as they’re quite numerous. But, you can use the developer tools to get them or target the elements you need. Here’s a resource https://developers.google.com/web/tools/chrome-devtools/inspect-styles/. And, you can learn CSS from http://w3schools.com/

Thanks.

Yes I get how it works.
I fixed it by using the !important declaration. Otherwise the divs are not affected

Yes, you’ll have to add !important to prioritize the styling. Glad it’s okay now, cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.