Move Social Media Icons To Navigation Bar
-
Hi there,
I’m trying to figure out how to move my social media icons into my navigation bar. The main issue (besides not knowing how to do this) is that I recently modified my Pinboard theme so that my header would fill the entire header (I believe this is the"div=wrapper"
).I searched on the boards and found the following code to do this (after creating a child theme):
`#wrapper {
position:relative;
max-width:1140px;
margin:0 auto;
box-shadow:0 0 18px rgba(0, 0, 0, .4);
background:url(“https://www.davidharel.com/wp-content/uploads/2013/09/wood-landscape.jpg”) repeat left top !important;}#social-media-icons {
display: none;
float: none;
margin-top: 0;
}#site-description {
display: none;
margin: 0;
font-weight: 300;
float: left;
line-height: 0;
}#header #searchform {
display: none;
float: none;
}#site-title img {
margin: 0;
padding: 0;
float: left;
line-height: 0;
}
#site-title {
margin: 0;
margin-right: 0;
line-height: 0;
float: left;
}
#sidebar-header {
display: none;
}
#sidebar-header {
float: none;
width: 0;
height: 0;
margin: 0;
overflow: hidden;
}
#header-image {
display: block;
max-width: 100%;
}
`This worked for my header, but part of this css change was to remove the social media icons alltogether. I would be extremely grateful if anyone could show me how to add my social media icons back, and into my navigation bar
(nav id="access").
Here’s my site: https://www.themakeupguy.com
- The topic ‘Move Social Media Icons To Navigation Bar’ is closed to new replies.