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!
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
Hey! Super, thanks for that!