• Resolved actiongirl12

    (@actiongirl12)


    Hello,
    On my blogsite : https://itsawanderfullife.com/ if you look down at the bottom of the homepage (in the footer area) you will see it says:

    0 comments on this article in cecily, PA on August 31st, 2011
    Previous entries

    they are right on top of each other and i’d like to add a space inbetween them. Please advise!
    Thanks

Viewing 6 replies - 16 through 21 (of 21 total)
  • Thread Starter actiongirl12

    (@actiongirl12)

    how do i fix them?

    Try changing:

    /* 7. FOOTER
    ------------*/
    #site-footer {
    	clear: both;
    	line-height: 20px !important;
    	padding: 5em 3.375em 0 3.375em;
    	font-family: arial, helvetica, 'lucida grande', 'lucida sans unicode', verdana, sans-serif;
    }
    #site-footer small {
    font-size: 5.833em;
    line-height: 20px ;
    }
    .post {margin-bottom:20px;}

    to:

    /* 7. FOOTER ------------*/
    #site-footer {
    	clear: both;
    	line-height: 20px !important;
    	padding: 5em 3.375em 0 3.375em;
    	font-family: arial, helvetica, 'lucida grande', 'lucida sans unicode', verdana, sans-serif;
    }
    #site-footer small {
    font-size: 5.833em;
    line-height: 20px ;
    }
    .post {margin-bottom:20px;}
    Thread Starter actiongirl12

    (@actiongirl12)

    I did that esmi, but i’m still not seeing a change. I am really sorry if I am bugging you I just really don’t know what to do.

    Got it!. It’s immediately before that block. Change:

    #calendar_wrap {
    		text-align:center;
    
    /* 7. FOOTER ------------*/

    to:

    #calendar_wrap {
    		text-align:center;
    }	
    
    /* 7. FOOTER ------------*/
    Thread Starter actiongirl12

    (@actiongirl12)

    THANK YOU ESMI! This is the second time you have helped me with a problem. Its fixed now….thank you soooooo much!

    You’re very welcome ??

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘Add Space Build Theme Footer’ is closed to new replies.