Home>Support>Spacing within the footer

Spacing within the footer

Is there a way to reduce the spacing within the footer (not on top or bottom but inside)

I am using BlackStudio’s tinyMCE widget to put a title and line of content into the footer but there is substantial spacing between the lines and I’d like to reduce that. Any ideas?

R

URL: http://www.mgmt2go.com

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Hi R

    Thanks for reaching out.

    Currently the site info text has a margin top of 25px, you could try reducing that. Insert the following under Appearance > Custom CSS:

    /* Site Info Text */
    
    #colophon #site-info {
      margin-top: 25px;
    }
    

    Adjust 25px as required. That’ll take care of the space being Black Studio. If that’s not what is required please send through a little more info; we’ll go from there :)

  2. 9 years, 6 months ago Ramblin

    Sorry for the delay in responding; I was away in the US for a week

    The solution you proposed did partially help, thank you. The solution reduced the spacing inside the footer between the line of text in the footer and the tag line of text below the footer.

    The Black Studio widget I am using in the footer also has a title line and the spacing between the title and the line of text in the footer is still at its original (large) spacing. I tried adding
    margin-top: 0px;
    to the css above but that did not help.

    Any suggestions for reducing the spacing between the Black Studio Title and the line of text?

    R

  3. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Sure, try the following, adjust as required:

    /* Footer Widget Title */
    
    #footer-widgets .widget .widget-title {
      margin-bottom: 5px;
    }
    
  4. 9 years, 6 months ago Ramblin

    Perfect

    Thank you

    R

  5. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Super, glad that helped.

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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More