Comments on vicodes All Comments Start of Thread Parent

hello, of course!! sorry for the delay, but here we go:

to lower the image, you search in the CSS for:

.sidebar {
margin-top: 170px;
background: transparent;
}

and then increase the size of the margin-top to the number you seem fit to where you want it to be!

to change the white background, it's mixed with all the other background: #fff, but it's the .content-main class! you can just remove it and paste separately, and add the background color you want!