Move social links menu from footer to top of page

  • Unknown's avatar

    Hi, I would like to know how to move my social links menu icon from the footer of the page to the top of my page near the menus.

    If that’s not possible, I would like the social links to at least be above the widgets in the footer

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

  • Unknown's avatar

    Hi, we can do this, but at about phone sizes, we run out of space to have the logo, tagline and the social icons, so I’ve limited this change to windows/screens 480px and wider.

    @media screen and (min-width: 480px) {
    .inner-block {
    	position: initial;
    }
    .social-menu {
    	position: absolute;
    	top: 250px;
    	right: 30px;
    	text-align: right;
    }
    }
  • The topic ‘Move social links menu from footer to top of page’ is closed to new replies.