SOLVED

Re: Marketo Landing Page

Go to solution
Corey_Bethel
Level 4 - Champion Alumni

Re: Marketo Landing Page

Without having a link to the page you screenshot above (with the purple Banner Section), I can't tell for sure what is causing the space below the button. However, it looks like you may have some padding on the Banner Section, so reducing the padding should reduce the white space.

Corey Bethel
Consultant | Etumos
Nimisha_Garg
Level 4

Re: Marketo Landing Page

Are you working in the landing page template or a landing page asset that is using the template? (on the landing page asset)

If you working in a landing page asset, approve the landing page asset, and then send me the URL to the landing page. You can get the URL from the main screen when you are clicked on the landing page asset.

(on the landing page approved it and here is the URL)

URL:

Landing Page

Nimisha_Garg
Level 4

Re: Marketo Landing Page

Nope I can't find any padding... in this landing page / or the guided landing page...Can you see the page now.

Not urgent but would need to fix this by tomorrow.

http://go.ocwenlending.com/MLS.html /external-link.jspa?url=http%3A%2F%2Fgo.ocwenlending.com%2FMLS.html

Thanks,

Corey_Bethel
Level 4 - Champion Alumni

Re: Marketo Landing Page

Thank you!

Your HTML is referencing an external style sheet named "style-mkto.css". On line 81 of that style sheet, you have padding-bottom set to 70px on the #banner id. You'll need to adjust that number to reduce the space below the button.

Corey Bethel
Consultant | Etumos
Nimisha_Garg
Level 4

Re: Marketo Landing Page

Oh ok! where do I find this style sheet?

Nimisha_Garg
Level 4

Re: Marketo Landing Page

Sorry stupid questions

Corey_Bethel
Level 4 - Champion Alumni

Re: Marketo Landing Page

It looks like it's hosted in your Marketo instance in the Images and Files folder in the Design Studio. Search for style-mkto.css in the Images and Files folder.

Although it's not best practice, it may be easier for you to just add style="padding-bottom: 20px;" to the <div> with an id of "banner" in the HTML, which will override the style in the .css file. Change "20px" to whatever you want it to be.

Corey Bethel
Consultant | Etumos
Nimisha_Garg
Level 4

Re: Marketo Landing Page

Hi Corey,

Thank you for the fast reply.......

Can you please share the screen shot........where to find " <div> with an id of "banner" in the HTML, which will override the style in the .css file. "

Thank you,

Corey_Bethel
Level 4 - Champion Alumni

Re: Marketo Landing Page

The link you provided is now redirecting to your homepage. Can you reapprove the landing page?

Corey Bethel
Consultant | Etumos
Nimisha_Garg
Level 4

Re: Marketo Landing Page