Okay
  Public Ticket #2082828
Portfolio SM icons size
Closed

Comments

  •  4
    Marcin started the conversation

    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!

  •  3,025
    Andrew replied

    Hi 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.

  •  4
    Marcin replied

    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!