Comments 4Marcin started the conversationJuly 16, 2019 at 2:25pmHi!Could you please help me with decrease social media icons on portfolio page?I would like to change whole the first circle and each SM icons as well.Thank you! 3,025Andrew repliedJuly 17, 2019 at 6:42amHi Marcin,Thanks for reaching out.Use the following custom css to reduce that @media only screen and (min-width: 1000px){ .nectar-social .nectar-social-inner a, .nectar-social .nectar-love-button .nectar-love, .nectar-social.fixed > a{ height:35px; width:35px; } .nectar-social.fixed .nectar-social-inner a{ height:26px; width:26px; } } Hope this helps. 4Marcin repliedJuly 17, 2019 at 6:49amHi,Thank you!It works with this: .nectar-social.fixed a i, #ajax-content-wrap .nectar-social.fixed a i { top: -5px; }All the best! Sign in to reply ...
Hi!
Could you please help me with decrease social media icons on portfolio page?
I would like to change whole the first circle and each SM icons as well.
Thank you!
Hi Marcin,
Thanks for reaching out.
Use the following custom css to reduce that
Hope this helps.
Hi,
Thank you!
It works with this:
.nectar-social.fixed a i, #ajax-content-wrap .nectar-social.fixed a i {
top: -5px;
}
All the best!