Support Forums for LiveMesh Themes & Plugins › Forums › Appdev Theme Support › Logo and social icons overlap on iOS devices › Reply To: Logo and social icons overlap on iOS devices
December 4, 2013 at 5:30 am
#3174
Nexus
Moderator
Regarding the link in the footer, you can insert any html there. For example copy the following code and modify it to your liking and insert your text into the Footer Insert textbox in “Appearance > Theme Options > Footer”
Copyright © 2013 Mysite Read Privacy Policy and some more text
Copyright © 2013 Mysite Read Privacy Policy and some more text
Regarding the second query, you have to modify the main.js file in the theme folder. In line number 365 reduce the value of the width to 100 or something.
if (width > 768 && (yPos > 200))
Thanks!