Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25600
    spfitzgerald
    Member

    Hi,

    I’m suing Catch Kathmandu Free and I am using the footer area with text. I’d like to expand the footer area so the text appears properly. Also, I want to reduce the space below the footer areas so it’s tighter against the copyright area.

    My URL is http://www.stevefitzgerald.net/magoffinhall

    and I’m using the following Custom CSS

    .home #main { padding: 0; }
    #hgroup-wrap { padding-top: 0; padding-bottom: 0; padding-left: 2px; }
    #site-logo {padding-top: 5px; }
    #header-right { padding-top: 10px; }
    .home #supplementary { float: left; padding-top: 0;padding-bottom:0}
    #supplementary { float: left; padding-top: 0;padding-bottom:0;}
    #supplementary.four .widget-area {
    float: left;
    width: 60%;
    }

    #25621
    Sakin
    Keymaster

    @spfitzgerald: I don’t see any importance of the following css in your Custom CSS box. So you can remove it.

    .home #supplementary { float: left; padding-top: 0;padding-bottom:0}
    #supplementary { float: left; padding-top: 0;padding-bottom:0;}
    #supplementary.four .widget-area {
    	float: left;
            width: 60%;
    	}

    After this you will see social icon in the left and your text in the right section of Footer. So, can you tell me what you want to do it. Please explain or share screenshot of what you want.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Expand Footer Area and Reduce Space Below’ is closed to new replies.