Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1028534
    kisschicken
    Participant

    I’d like to create a footer similar to this website: https://collabogive.com/

    Is this possible to do with x-theme?

    If so, where would I add the code (I understand I would have to create custom code).

    This is my website in case you need to see it: https://www.pristine.io

    #1028927
    John Ezra
    Member

    Hi there,

    Thanks for writing in! It is possible with some customization. Custom development is beyond our scope of support but here’s something to start you in the right direction. You can use CSS t get the bottom part of the footer to be inline.

    You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    ul#menu-footer {
        float: right;
    }
    
    .x-colophon.bottom .x-colophon-content{
        float: left;
        clear: none;
        margin:10px auto;
    }
    
    .x-colophon.bottom .x-social-global {
        display: inline;
        top: 6px;
        position: relative;
    }

    Then you can activate footer widget areas and set it to two so you have two halves. Then on the first you will need to write up some code for your custom menu, and on the second widget area, you can put your form.

    You may need to use more CSS to get the colors and styling right from there, but that is basically the to do it without going in and editing the theme’s files.

    We’re a bit limited in this area but hopefully this helps. Thanks for understanding. Take Care!

  • <script> jQuery(function($){ $("#no-reply-1028534 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>