Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1311885
    LDudIdea
    Participant

    The same footer is different sizes on separate pages within my site.

    How do I fix? Specifically, I’d like the footer see image that is on the Home and FAQ page to be replicated on the contact page. In other words, I want it to be full screen.

    #1311891
    LDudIdea
    Participant
    This reply has been marked as private.
    #1312134
    Christopher
    Moderator

    Hi there,

    Please move following block of code from home page cornerstone settings tab/custom css to Customize -> Custom -> Global CSS :

    footer.x-colophon.top .x-container.max.width{
    	width: 100%;
    	max-width: 100%;
    }

    Hope it helps.

    #1313563
    LDudIdea
    Participant
    This reply has been marked as private.
    #1313707
    Friech
    Moderator

    Hi There,

    Add this on your custom CSS on Customizer, so it will be applied on the footer site-wide.

    footer.x-colophon.top {
    	padding-top: 0;
    	padding-bottom: 0;
    }

    Hope it helps, Cheers!

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