• Ok, Thanks to this fantastic site and some very helpful people. My help is almost complete.

    I am just trying to make my footer at the bottom do either the 2 things.

    I want to make it smaller as its height is too big

    Or I want to see what it looks like like without the footer colour, but still have the menu etc lower down.

    Also there’s a part where it says theme by. Is there a code I can use to remove it.

    I am using custom css code. Which has and is working perfectly for everything else.

    my site https://reviewswire.apps-1and1.net/

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Yehaahomer,
    I think you can smaller the height by using the the following css in custom css,

    #colophon{
    padding: 5px 0 !important;
    }

    you can play with the 5px with your desire value.

    And to remove the Theme by text you need to edit the footer.php file from your theme.

    BTW if its a premium theme then you need to check their policy.

    Cheers!

    Thread Starter yehaahomer

    (@yehaahomer)

    Thank you that worked, how would I move the footer down now to even both parts.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer help’ is closed to new replies.