Re: Landing page not fully visible on cell phone / other devices

Nimisha_Garg
Level 4

Landing page not fully visible on cell phone / other devices

Hello,


This page is not visible still completely on the Mobile.Marketo people have said that try getting a web developer. This landing page is a guided template. Just want to know why it is not opening completely on mobile.....

Works on Desktop fine.

Any help will be appreciated.

http://go.ocwenlending.com/Purchase_Rewards.html

Thanks,

8 REPLIES 8
Frank_Breen2
Level 10

Re: Landing page not fully visible on cell phone / other devices

I checked it on my mobile phone (location Ireland) and all is working as expected, the only comments I have is that in the 'How it works' section, you are forcing the image to be 320 wide, but you have 20px padding on the container so the image should really only be 280px, you should be able to fix this via css, possibly add max-width: 100%; height: auto; to the image.

Nimisha_Garg
Level 4

Re: Landing page not fully visible on cell phone / other devices

Hi Frank,

I see only half the page when I open on my cell phone. I have an android.

It shows only till the How it works section...nothing below that?

Please advise?

Nimisha_Garg
Level 4

Re: Landing page not fully visible on cell phone / other devices

Hi Frank,

Never mind I think the page is not showing on mobile completely. I see in Marketo preview.

Not sure why?

Nimisha_Garg
Level 4

Re: Landing page not fully visible on cell phone / other devices

How to add a phone number to the top of the landing page.....it is a guided template. The landing page is this one...

I don't want the number to scroll at all but be in a fixed spot on the top right corner.

Landing Page: http://go.ocwenlending.com/dfdfdfdfdf_XYZ.html

thanks,

SanfordWhiteman
Level 10 - Community Moderator

Re: Landing page not fully visible on cell phone / other devices

This should be a new thread as it is an entirely new topic.

Also... it really sounds like you need a professional web developer in your crew.

Frank_Breen2
Level 10

Re: Landing page not fully visible on cell phone / other devices

To do that would take development, you can however add it so that it does scroll, might be a short term fix, add the following code to the template after:

<div class="navbar-header">

...

</div>

Code to add:

<ul class="nav navbar-nav navbar-right">

<li>Phone Number</li>

</ul>

Screenshot 2019-03-22 at 18.08.46.png

Nimisha_Garg
Level 4

Re: Landing page not fully visible on cell phone / other devices

Hey Frank, do you know why it did not show up?

I added it to this page:

code: After code

<div class="navbar-header">

...

</div>

Code to add:

<ul class="nav navbar-nav navbar-right">

<li>Phone Number</li>

</ul>

Nimisha_Garg
Level 4

Re: Landing page not fully visible on cell phone / other devices