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.

Spacing within the footer

Resolved 5 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 10 years, 11 months ago

    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. Ramblin 10 years, 11 months ago

    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. Andrew Misplon Staff 10 years, 11 months ago

    Sure, try the following, adjust as required:

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

    Perfect

    Thank you

    R

  5. Andrew Misplon Staff 10 years, 11 months ago

    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.

Have a different question or issue?

Start New Thread