Okay
  Public Ticket #985862
social buttons
Closed

Comments

  •  1
    Alex started the conversation

    hi, i need to insert social buttons with grey background (you can see them under number "2" on the screenshot_1) at the center of the page, but I have a problem:

    - the shortcode [lab_social_networks rounded] you provided creates social buttons without grey background (you can see them under number "1" on the screenshot_1)

    - if I use "Social networks" block at the visual composer (number "2" on the screenshot_2) , I got the buttons i need, but i can't center them, they allways trying to be left allined. and i dont khow shortcode for this type of buttons.

    So, how can i get social buttons with grey background at the center of the page?

    hope you will understand, what i mean. thanx for your answer.

  • [deleted] replied

    Hi Alex,

    Can you please add the code below to Kalium > Custom CSS

    .social-networks.rounded {
        text-align: center !important;
    }
    
  •  1
    Alex replied

    great! thank you