Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #235055
    ms
    Participant

    Hallo Catch Themes-Team,

    I would always like to leave the footer at the bottom of the website.

    As in the linked website, the footer always goes to whether.
    Can I prevent this?

    Sincerely yours

    Manfred Schneider

    #235106
    Skandha
    Participant

    @ms: Hello Manfred,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    #235155
    ms
    Participant
    #235320
    Skandha
    Participant

    @ms: Hello Manfred,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #colophon {
    	position: fixed;
    	width: 100%;
    	bottom: 0;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #235714
    ms
    Participant

    Thank you for your help

    #235729
    Skandha
    Participant

    @ms: Glad I could help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

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