• Resolved wfeu

    (@wfeu)


    Id like to move the social links from the footer to the top of the page right aligned.

    Either above or below this.

    <nav id="site-navigation" class="main-navigation" role="navigation" aria-label="Primary Menu" itemscope="" itemtype="http://schema.org/SiteNavigationElement">

    Is this possible with the social icons visible on mobile-screens with the hamburger menu ?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Tomas Mackevicius

    (@tomasm)

    You could try first the CSS:

    position: absolute;
    top: 10px;
    right: 10%;

    or so, experiment with the values, otherwise you would have to insert it in the header.php in you child theme with:

    <?php get_template_part( 'inc/menu', 'social' ); ?>

    Thread Starter wfeu

    (@wfeu)

    Thanks for the quick reply~!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer Social Icons to Top’ is closed to new replies.