Header Buttons Issue
-
You can find my site at <a href=”#social li.facebook {
https://www.lifebygeek.com/”>www.lifebygeek.com.So, I’ve been trying to add a very simple ul to my site’s header that includes links to various social media pages (for now just fb and twitter). I’ve gotten the buttons to appear in the spot I want (in between the search bar and site title). But I’d like them to appear next to each other rather than on top of one another. I tried changing the display property of the list element to inline from block, but when I do the buttons disappear altogether.
Also, they are not clickable! Chrome’s developer tools are showing the links as being sized 0x0, and I’ve tried changing that in the css to no avail. First, I set the height and width to 100%, and then later tried using an actual value. Neither worked.
Currently the icons are displayed as the backgrounds of the list elements. I’ve also tried displaying them as the backgrounds of their respective links, but couldn’t get them to appear at all in that case. I’ve resized them using the background-size property.
Any help would be much appreciated!
- The topic ‘Header Buttons Issue’ is closed to new replies.