Edrol97
Bronze Coder
CSS:
#imageslidercontainer {
display: flex;
position: relative;
top: 50%;
margin-left: 25%;
text-align: center;
}
.slider_previous_button {
top: 50%;
left: 0px;
position: relative;
height: 600px;
}
.slider_next_button {
top: 50%;
right: 0px;
position: relative;
height: 600px;
}
Hi all, I've got this CSS to center an image slider gallery I've added to my site along with the arrows. I'm a bit perplexed as to why it's not working. Any ideas?