Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi

    You can do this by adding the following codes to the theme’s style.css file. Here I would suggest you to make the changes using child theme, so that this change along with other changes made will stay preserved even after theme updates

    .site-sidebar {
        border: 1px solid #000;
        margin: 0 0 0 -322px;
        padding: 10px;
    }

    Hope it helps!!

    Thanks

    Thread Starter andreac91

    (@andreac91)

    Thank you so much! That really helps!

    You are welcome. Glad it helped ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Border around sidebar’ is closed to new replies.