
barbarakiss
barbarakiss
About
- Username
- barbarakiss
- Joined
- Visits
- 3
- Last Active
- Roles
- Member
Comments
-
I solved it. I put the shortcodes inside a <div> with a custom class (social_icon_bar_removebr) and added the following snippet in the custom CSS: .social_icon_bar_removebr br{ display: none;}
-
My problem is the reverse. How can I remove that <br>? I removed every whitespace between the two icons (in HTML mode and text mode too - nothing's there). But when I visit my site the icons are shown in a new line. When I entered the Inspect …