This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

4
  1. Greg Priday Staff 11 years, 11 months ago

    Hi Sophie

    There shouldn’t be vertical lines between the columns. Do you have a URL I can take a look at to see where those lines are coming from?

  2. Sophie Talbot 11 years, 11 months ago

    My question was how can I get vertical lines!!! I don’t have vertical lines, I want them… Can this be done?

    url http://www.lucywalters.uk.com
    password Lucy1!

  3. Sophie Talbot 11 years, 11 months ago

    Hello? Is anyone there?

  4. Greg Priday Staff 11 years, 11 months ago

    Hi Sophie

    Unfortunately adding vertical lines isn’t all that easy. You’d need to add custom CSS for each individual page. For example, if you wanted to add a vertical line on the about page, you’d need to use the following custom CSS.

    #pgc-8-0-0 {
        border-right: 1px solid #DDDDDD;
    }

    You’d need to go through all pages and find the ID for the cell, then add the left or right border for each one. The ID will always be something of the form pgc-x-x-x.

    This guide should help you find the ID for each cell.

    https://siteorigin.com/basics/modifying-theme-design-with-custom-css/

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread