Need to center form on landing page created from guided template 1-B | Community
Skip to main content
Kelly_Chang
New Participant
March 27, 2018
Solved

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

  • March 27, 2018
  • 1 reply
  • 3974 views

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

Best answer by Grégoire_Miche2

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

form.mktoForm {margin: 0 auto;}

-Greg

1 reply

Grégoire_Miche2
New Participant
March 28, 2018

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
New Participant
March 28, 2018

Hi Greg,

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

Any help would be greatly appreciated!

Thanks again,

Kelly

Grégoire_Miche2
Grégoire_Miche2Accepted solution
New Participant
March 28, 2018

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

form.mktoForm {margin: 0 auto;}

-Greg