Keeping copyright bar at very bottom

Home Forums Gillion Theme Keeping copyright bar at very bottom

Home Forums Gillion Theme Keeping copyright bar at very bottom

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • gnbuzz
    Participant

    Hello,

    Is there a way to have the copyright bar appear at the very bottom of the site? It only is an issue on my front page, where I am using a menu. Presently, the menu appears below the copyright:

    https://trailposse.com

     

    Also, I tried every shortcode plug-in that you suggested on another post, and trying to use [y] in the copyright bar would never work. Any thoughts?

    Thanks,

    Glenn

    Solution for this topic

    Hi Glenn,

     

    I hope you are well today and thank you for your questions.

     

    Is there a way to have the copyright bar appear at the very bottom of the site? It only is an issue on my front page, where I am using a menu. Presently, the menu appears below the copyright:

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-copyrights-align-center .sh-table-cell:first-child  { 
        display: table-footer-group; 
    }
    .sh-copyrights-align-center .sh-table-cell:last-child {
        display: table-header-group;
    }
    .sh-copyrights-align-center .sh-nav-container ul {
        float: none;
        margin: 0 auto;
        display: table;
    }

     

    Also, I tried every shortcode plug-in that you suggested on another post, and trying to use [y] in the copyright bar would never work. Any thoughts?

    Currently, the shortcodes do not work in the Copyright Text.

     

    Best regards,
    Shufflehound team

    gnbuzz
    Participant

    Great, thanks again!

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)