Add Border

Posted in: Newsmag
Post count: 20

I’d like to know how can add border here?

Image

Thanks

Post count: 9544

hey!
you can use the custom CSS we came up with as so: adjust as needed: – add to either your custom CSS box, or perhaps bottom of your style.css depending on how you are customizing your site.

#disqus_thread {
padding: 30px 15px 0;
margin: 0 auto;
border-top:2px solid #DDD;
}

Post count: 9544

Oh sorry .. just noticed that is FB plugin not disqus … you could look at your rendered page source and find the style class for the FB stuff and do the same thing with corrct #class_name

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/T39fJWrOkF

.single .fb_iframe_widget span {
border-top:1px solid rgb(230, 230, 230);
}

Thanks!

Post count: 20

Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newsmag’ is closed to new topics and replies.