Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #997683

    Hello! I was wondering if someone could please help me with positioning of social media icons within the hamburger nav. Click on the hamburger in the upper left hand corner and the menu will fly out. I’m trying to push down the social icons by about 20px so that there’s more whitespace between the menu items and the icons on laptop screens.

    I’m also looking to have the icons be green on hover.

    Could someone please help with this? Thank you so much!

    #997809

    Hey bobfurgo,

    You have this CSS:

    .nav-bottom {
        position: fixed !important;
        bottom: 30px !important;
        right: 60px !important;
    }

    Please try changing the bottom value to 10 pixels instead.

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.