Notifications
Clear all

How to add space below image?

2 Posts
2 Users
0 Likes
536 Views
Posts: 4
Customer
Topic starter
(@szharkov)
Member
Joined: 7 years ago

Hello,

How to add 10px below attached image? 

I've tried this in Style textarea in Settings of wpForo:

#wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content .wpfa-item.wpfa-img img {

padding-bottom: 10px;
}

But it adds 10 px between image and shadow (arrow #1 on screen), not below the shadow (arrow #2).

padding

 

 

 

1 Reply
Posts: 4171
 Tom
Admin
(@tomson)
Famed Member
Joined: 9 years ago

Use this code:

#wpforo-wrap figure[data-attachids]{margin-bottom:15px;}
Reply
Share:
Scroll to top