NEED TO CHANGE SOCIAL MEDIA ICONS FROM BOTTOM OF PAGE TO LEFT SIDE – CUBIC THEME

  • Unknown's avatar

    I understand I might need CSS code to do this. I’m very new at this. Need help.

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

  • Unknown's avatar

    Hi there, with responsive designed themes, such as Cubic, this can be a bit difficult, and I’m not sure where along the left side you want it. Give the following a try as a start.

    .social-navigation {
        position: fixed;
        width: 48px;
        top: 105px;
        left: 0;
        border-right: 1px solid;
    }
    .site {
        padding-left: 48px;
    }
  • The topic ‘NEED TO CHANGE SOCIAL MEDIA ICONS FROM BOTTOM OF PAGE TO LEFT SIDE – CUBIC THEME’ is closed to new replies.