Adding vertical rule between sidebar and content area tossed line leading off.

Homepage Community Forums Ambition Adding vertical rule between sidebar and content area tossed line leading off.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #21250
    Gregorio
    Customer

      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.

      See http://GJF360.com

      /* ### 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.

      #21259
      Wes
      Moderator

        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?

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.