SOLVED

Need to center form on landing page created from guided template 1-B

Go to solution
Kelly_Chang
Level 2

Need to center form on landing page created from guided template 1-B

Hi,

I recently created a landing page off of a Marketo Guided Template (1-B). However, when I add the form it aligns left (see below).

In order to have the form centered, is this something that I do in the form settings, do I have to go back to the template code or can I change this within the landing page settings?

TIA!

Kelly

pastedImage_0.png

1 ACCEPTED SOLUTION

Accepted Solutions
Grégoire_Miche2
Level 10

Re: Need to center form on landing page created from guided template 1-B

Add the following line to the <style> section in in the <head> of your template:

form.mktoForm {margin: 0 auto;}

-Greg

View solution in original post

3 REPLIES 3
Grégoire_Miche2
Level 10

Re: Need to center form on landing page created from guided template 1-B

HI Kelly,

This is done purely through CSS. It will take someone with such skills to do this.

If you publish the URL of your page here, some of us can help you.

Greg

Kelly_Chang
Level 2

Re: Need to center form on landing page created from guided template 1-B

Hi Greg,

The URL is: http://go.reedgroup.com/Outsourcing-Test-Page.html

Any help would be greatly appreciated!

Thanks again,

Kelly

Grégoire_Miche2
Level 10

Re: Need to center form on landing page created from guided template 1-B

Add the following line to the <style> section in in the <head> of your template:

form.mktoForm {margin: 0 auto;}

-Greg