• I am working with Business Elite (the free version because I am a cheap sucker….). In about the middle of the page is a white line/space that is used for copyright stuff.
    How can I move it from the middle of the page to the bottom?
    I cannot find any info for moving a footer, nor am I able to find any HTML code to cut/paste/move.

    Thank you.

    Kim Nicholas

Viewing 1 replies (of 1 total)
  • hi,

    white part for copyright stuff is located in footer, if you want to remove it, try this in theme options -> general -> custom CSS

    #footer-bottom{
    display:none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Get rid of white line footer’ is closed to new replies.