Guest Posted November 7, 2020 Share Posted November 7, 2020 Site URL: http://www.takebackyourcareerpodcast.com Hi there, I am wondering if it's possible to have the social links/icons from the navigation appear on mobile like it does on the desktop version of the site. password: boots135 Thank you! Link to comment
Guest Posted November 7, 2020 Share Posted November 7, 2020 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
Guest Posted November 9, 2020 Share Posted November 9, 2020 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.