Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there,

    I noticed that there is the following inline CSS code overwrites the default styling of the social icons.

    .entry-content ul {
        list-style-type: none !important;
        margin: 0px !important;
        padding: 0px !important;
    }
    

    As a solution, we should apply new custom CSS code targeted to the social icons. Try the following.

    .entry-content .menu-social-container ul{
        margin-left: auto !important;
        margin-right: auto !important;
    }
    

    I hope it helps.

    Thread Starter nsbmom

    (@nsbmom)

    I am going to sound really stupid now, I have searched for this and can’t find it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Social Media Widget’ is closed to new replies.