• Hello,

    I want to change something in the footer.
    Now there is something like ‘Theme Developed By’.
    But I want two lines under each other, like:

    © 2017 Kaartenvoorvoetbal.nl

    Algemene voorwaarden | Sitemap | Privacy

    Hope that someone can help me.

    Thanks,

    Sven

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Firstly make child theme using orbisius child theme creator plugin

    Now go to parent theme directory and copy footer.php and paste it into the child theme folder, here open footer.php and replace all the footer.php code with the below code given in link and save the file.

    https://pastebin.com/MmgPTg3Q

    Then open style.css in your child theme and paste the below CSS code in it and save the changes.

    .wl_ltr {
        float: left;
        display: inline-flex;
        padding: 0;
    }
    
    @media(max-width:768px){
    .wl_ltr {
        float: none;
    }
    }

    Thanks.

    Thread Starter ven2000

    (@ven2000)

    Hello,

    Thanks for your answer.
    Unfortunately it doesn’t work. Now there are two lines, but not straight under each other. And my text isn’t in there (Algemene voorwaarden | Sitemap | Privacy).

    Sven

    Hii ven2000,

    In your child theme folder, open footer.php file and replace all the footer.php code with the code given in the below link and save the file.

    https://pastebin.com/AmbMNjKC

    now to go Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> paste the below CSS in Custom CSS box and save –

    @media(min-width:1200px){
    .wl_ltr {
        float: left;
    }
    .enigma_footer_area p {
        padding-top: 0px;
    	text-align: left;
    }
    }

    Thanks.

    Thread Starter ven2000

    (@ven2000)

    Hello,

    Thanks. The text is now under each other, but my links are not in there (Algemene voorwaarden | Sitemap | Privacy). Can you also get the text in the middle of the foother?

    Thanks

    Hii,

    Please tell us clearly what you want. We check your site and text is in the middle of the footer. Please give a screenshot of your issue.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Edit the footer’ is closed to new replies.