Jump to content

Add Navigation Social Icons to Mobile Header

Recommended Posts

  • Replies 2
  • Views 483
  • Created
  • Last Reply

Try this custom CSS:

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px) {
    .header .header-actions, .header .header-actions-action--social, .header .header-actions-action--cta {
        display: inherit;
    }
    .header .header-actions, .header .header-actions-action--social {
        margin-left: -25px;
    }
}

 

Link to comment
On 11/7/2020 at 6:44 PM, mess_cal said:

Try this custom CSS:


@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px) {
    .header .header-actions, .header .header-actions-action--social, .header .header-actions-action--cta {
        display: inherit;
    }
    .header .header-actions, .header .header-actions-action--social {
        margin-left: -25px;
    }
}

 

That worked like a charm. Thank you!!

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.