creosolutions 0 Report post Posted January 6, 2011 Hi everyone, Is it possible to add a simple grey line between the sidebar and the content? I have my site setup as sidebar right. Also, is it possible to add a grey line around the site itself? Thanks in advance. Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted January 7, 2011 Yes. It would be helpful to get a link to your site and know what theme you're using. I'll assume PlatformPro and provide the solution: ` .one-sidebar-right #pagelines_content #column-wrap, .one-sidebar-right #buddypress-page #container { border-right: 1px solid #EEEEEE; margin-left: -1px; } ` Try that in Custom Code > Custom CSS. Thanks, Bryan Share this post Link to post Share on other sites
creosolutions 0 Report post Posted January 7, 2011 Thanks Bryan, worked like a charm. I am using platform pro but unfortunately the site is hosted locally right now. Another question: how can I add a similar border to encase sidebar widgets so that each widget has a border on all sides? Thanks Share this post Link to post Share on other sites
Andrew 207 Report post Posted January 7, 2011 Jason, can you post separate questions in different threads? Thanks Share this post Link to post Share on other sites