Footers running off the page in the Mobile view | XM Community
Skip to main content
Question

Footers running off the page in the Mobile view

  • April 22, 2023
  • 2 replies
  • 41 views

Forum|alt.badge.img+1

I have added privacy policy links at the bottom of the survey but it is running off the page in Mobile view. In desktop view it is working fine but in the mobile view respondents have to scroll right to view it. Is there a way we can change the layout in the mobile view and keep it as it is in desktop view? 

Footers in Desktop view and Mobile view. 

 

2 replies

Shashi
Level 8 ●●●●●●●●
Forum|alt.badge.img+34
  • Level 8 ●●●●●●●●
  • 654 replies
  • April 22, 2023

Modify the footer using CSS to make it mobile responsive. 


Forum|alt.badge.img+22
  • Level 7 ●●●●●●●
  • 2050 replies
  • April 23, 2023

Edit the footer html and put all your content within a div tag. So the HTML should look something like this:

 

<div style="max-width:100%">YOUR EXISTING CONENT HERE</div>