Adding Social Media Buttons to Oxygen?

  • Unknown's avatar

    Is there a way to add social media buttons for people to click on above my main menu on my website (cuttingedgecreativity.com)? I’m using the Oxygen layout.

    Thanks in advance!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, If you add the Social Media Icon Widget to your left sidebar, we can move it up and to the right, but we will have to limit this to 768px and wider screens or it will clash with your site title/description.

    You would need to get the unique widget id for that widget by using your web inspector. The code would look something like this.

    @media screen and (min-width: 769px) {
    #xxxxxxxx-xx {
        position: absolute;
        top: 10px;
        right: 0;
        width: 200px;
    }
    }

    The “xxxxxxxx-xx” would be the unique widget id.

  • The topic ‘Adding Social Media Buttons to Oxygen?’ is closed to new replies.