Social media buttons pushing down slider
-
Hi there,
Firstly it’s my first time posting so I hope I have posted in the right place.
I hope someone can help me. I am trying to add social media icons to my website but I’m having a bit of bother as I also have a slider on the site.
I have added this code to the header:
<div id=”socialicons”>
<img src=”https://doddleevents.com/wp-content/uploads/2014/07/1404780699_46-facebook.png” /><img src=”https://doddleevents.com/wp-content/uploads/2014/07/1404780685_78-instagram.png” />
<img src=”https://doddleevents.com/wp-content/uploads/2014/07/1404780677_45-twitter.png” />
</div>And this code to the Style Sheet (Style.CSS):
}
#socialicons img {
float: right;
padding-top:5px;
width:50px;
z-index:-9999;
padding-bottom:10px;
}#socialicons img {
float:right;
height:32px:
width:32px;
margin:10;
margin-left:10px;
}After adding this code the social buttons appeared above the slider on the right hand side which was great! However, the buttons are pushing down the slider so that the top navigation now appears within the slider image and the social media buttons don’t link!
Please can someone help me, it would be most appreciated.
Kind regards,
David
- The topic ‘Social media buttons pushing down slider’ is closed to new replies.