I have been working on a website and I have successfully added a footer that appears just below the content of each page. However, I am facing an issue where the footer overlaps the photos in a slider instead of appearing below them. I would like some advice on how to properly position the footer just below the photo slider.
Here is my code:
<!DOCTYPE html>
<html lang="en">
<body style="background-color: white;">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<div class="page-wrap">
<div class="cp_cont">
<input id="cp_toggle03" type="checkbox"/>
<div class="cp_mobilebar">
<label for="cp_toggle03" class="cp_menuicon">
<span></span>
</label>
</div>
...
If you would like to view the current footer position or see the desired design, please click on the following links: Current Footer Position Desired Design