I am currently working on enhancing the slideshow feature on my website. If you take a look at the image link provided below, you'll notice that the alignment of the slideshow is slightly off on both sides. Despite my attempts to adjust the CSS width settings, the issue persists. Any suggestions on how I can resolve this? Your input would be greatly appreciated. Thank you!
I am aiming to make the slideshow match the width of both the menu and footer sections.
<!DOCTYPE html>
<html>
... (remaining HTML code) ...
CSS
body {
font-family: verdana;
background:whitesmoke;
color:black;
}
.menu_div {
background: black;
width:100%;
}
... (remaining CSS code) ...