Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #721751

    Hi
    I am using a social follow widget from a 3rd party developer. Using this widget on the default WP theme it works. When using the same widget on enfold the 4 social networks that are supposed to show in 2 columns creating a unified square, only display under each other in the same column.

    I know you don´t support regarding 3rd party integration but this must be some kind of simple css thing that gets enabled when activating Enfold theme – stopping these boxes from lining up next to each other 2 by 2 right?

    A little help here would be awesome!

    #722327

    Hey Peter!

    Thank you for using Enfold.

    Please add this in the Quick CSS field.

    .et_monarch .et_social_2col.et_social_nospace li {
        float: none;
        display: inline-block;
    }

    Add the “!important” rule to the css properties if it’s not working.

    Best regards,
    Ismael

    #722567

    Hey! Super, thanks for that!

    #722962

    Hi,

    Glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Social follow widget only 1 column’ is closed to new replies.