can anyone help with this??
Hello how can I add a Linkedin Icon?
My apologies, yes I used a child theme when I edited the above code.
You can edit the style.css file by making content float right as below code:
.sidebar .site-content {
display: block;
float: right;
width: 75%;
}