- This topic has 1 reply, 2 voices, and was last updated 6 years, 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Ambition › Adding vertical rule between sidebar and content area tossed line leading off.
Tagged: content text line leading, sidebar, vertical rule
Hello Friends,
I’m working on the most difficult project ever, updating my business website. Simply, I added a thin vertical rule between primary sidebar and content area using the following code at line 711.
/* ### Primary Sidebar */
.sidebar-primary {
float: right;
width: 360px;
border-right: .50px solid;
margin: 0 0 2.5% 0;
padding-right: 25px;
}
It’s tossed the first line of my text content off; adding additional line leading to the first paragraph line. It appears to be universal throughout the website. Suggestions where or how I can fix this? Super thanks.
I’m not sure what issue you’re referring to, can you explain?
I also don’t see the code you posted, did you already make changes to the CSS?