• Resolved crabby1

    (@crabby1)


    I’m using the Custom Sidebar Plugin and want to add a border around the entire sidebar. I’ve tried adding custom css, I’ve tried adding text to the sidebar. I can’t get it to work. Does anyone have a solution?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey there @crabby1,

    How are you doing today?

    This would most likely depend on the theme that you’re using but I’m pretty sure this should be possible with some custom CSS.

    Would you mind sharing a link to your site where I can see this sidebar and I’ll try to help you out with some CSS to add border on sidebars 🙂

    Looking forward for your reply 🙂

    Cheers,
    Bojan

    Thread Starter crabby1

    (@crabby1)

    Hi Bojan,

    Here is the link. http://www.agassizrealty.com/buying-2/
    I tried adding the following custom css using the custom css plugin. It did nothing.
    #sidebar {
    border: 3px solid #dfdfdf !important;
    box-sizing: border-box !important;
    padding: 10px !important;
    background-color: light grey !important;
    }

    Thank you for looking at this for me.

    Regards,
    Crabby1

    Hi Crabby1,

    Thanks for the site URL, I had a look at your site and I don’t see #sidebar ID which will be used to apply the CSS so could you give this a try instead:

    .widget-area {
        border: 3px solid #dfdfdf !important;
        box-sizing: border-box !important;
        padding: 10px !important;
        background-color: lightgrey !important;
    }

    Cheers,
    Predrag

    Thread Starter crabby1

    (@crabby1)

    Predrag,
    That works, thank you!

    regards,
    Crabby1

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Adding A Border To a Custom Sidebar’ is closed to new replies.