Hello, I am so sorry to keep on asking, but this is my first time using WordPress and I am honestly very confused.
#main {
width:75%;
float:center;
}
#main.fullwidth {
width:100%;
float:none;
}
#sidebar {
width:24%;
float:right;
This is what I have now, but the sidebar still looks the same.
I am using a theme called Rosemary and this is the code I found in style.css.
#sidebar {
width:260px;
float:right;
}