Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1183858
    websperations
    Participant

    Hello,

    I used code found in this post: https://community.theme.co/forums/topic/insert-full-width-sidebar-into-footer/.

    add_action('x_after_view_global__nav-footer', 'sidebar_right_after_footer_menu');
    
    function sidebar_right_after_footer_menu () {
        dynamic_sidebar('footer-extra-sidebar');
    }

    And then I added a custom sidebar named “footer-extra-sidebar”.

    The code worked perfectly. Now, what I need accomplish is moving this “footer-extra-sidebar” widget area to be below the Footer Content area versus being between the Footer Menu & Footer Content. I attached a screenshot.

    Since the code is so simple, I hope it’s a simple fix!

    Thanks,

    Micah

    #1184109
    Jade
    Moderator

    Hi Micah,

    We could try using a custom CSS to change the placement of the divs. Kindly provide us with the url of your site so that we could check.

    Thank you.

    #1186756
    websperations
    Participant

    http://ronald.websperations.com/

    I ended up hiding the footer menu with CSS and my client is okay with how it look snow.

    Unless you want to write the CSS and share it with the community, I think I am good to go.

    Thanks,

    Micah

    #1186834
    Rahul
    Moderator

    Hi There,

    Thanks for writing in!

    Please let us know if you need any help in CSS customization in your project.

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