• As can be seen on the following wordpress page:
    https://thequantifiedbody.net

    There are 3 social buttons, for Facebook, Twitter, and Google+ respectively. Right now, they appear under the text “The Quantified Body” in the top navigation bar. What I want is for them to be directly to the right of that heading text, rather than under it.

    I’ve done an “inspect element” on the page, but for some reason the div involved doesn’t appear in the php file on wordpress, so I can’t make any positioning changes until I figure out how to modify it.

    Here’s the php file associated with the nav bar:
    https://gist.github.com/ghobs91/c4fed1cbbbfb5dafc237

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey, ghobs91!

    Have you looked in functions.php?

    Thread Starter ghobs91

    (@ghobs91)

    Hi Augustin56!

    I just checked it, can’t seem to find anything that would relate to the nav bar and their social buttons. Here it is:

    https://gist.github.com/ghobs91/abd1fda308d93db5e458

    Upon further review (as they say in football), it looks like the social media icons may be associated with a plugin for thst shortcodes? I don’t have a copy, so I’m not sure.

    you have to work on three section:

    Style.css -to add your styles for the div tag, ul, li and img tags

    header.php – to add the div, ul, li, and img tags

    functions.php – to edit the header image height and width; this gives you the room to add the social media icons

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Social buttons not positioning properly’ is closed to new replies.