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

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. 

 

Modify the footer using CSS to make it mobile responsive. 


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>


Leave a Reply