Viewing 2 reply threads
You must be logged in to reply to this topic.
I found some bugs your template. I’ve used iphone 7 and ios is the latest. Whenever I rotate my mobile to horizontal, Footer is placed on the top. It always happened any web browser like chrome and safari. I wrote URL below. please check it out.
https://chloemspark.com
Thanks
Hello,
You can fix that by adding this custom css box into Customizer > General > Custom Css
@media(max-width:768px){
#footer-wrapper.reveal{ z-index: -2 !important}
}
Let us know.
Regards!
You must be logged in to reply to this topic.