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.

Reducing space between rows

10 years ago · Last reply by Alex S 10 years ago

I am trying to reduce the space between rows on the following page
seniors.lainiemacphotography.com

I have read through several different threads and have tried various css codes, but none have worked.

Thanks in advance!

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Alex S Staff 10 years, 13 days ago

    Hi LainieMac,

    You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    #pg-146-0 { /* 1st row */
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #pg-146-1 { /* 2nd row */
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #pg-146-2 { /* 3rd row */
        margin-top: 0px;
        margin-bottom: 0px;
    }

    Adjust the pixel amount of the intended row. Negative will decrease the spacing and positive(anything above 0) will increase it.

    You might also need to install the SiteOrigin CSS Editor. Please note that this CSS will only work for LainieMac. If you would like similar changes made please post a new thread.

  2. LainieMac 10 years, 12 days ago

    Thank you so much for your help, Alex, but unfortunately, I still can’t fix the problem. I made those changes, but when I view using firebug, it’s marking out my -60px for bottom margin. I can adjust the first row top margin, but that’s it.

  3. Alex S Staff 10 years, 12 days ago

    Hi LainieMac,

    You’ll need to adjust the margins for the other rows. So for example if I wanted to adjust the second rows margin I would find “#pg-146-1 { /* 2nd row */” and adjust the margin there.

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