Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1365664
    eltin7
    Participant

    Hello,

    I have a problem while viewing a page on my website. So, it is about this page: http://mediadome.ro/contact . While viewing it on a full hd screen i am seeing it like that : https://ibb.co/jNMYFa . While viewing it on a 1280 x 720 screen resolution, the content it is seen at full width size, normally. The other pages viewed on the same full hd screen are ok, without any other problems. Only the Contact page has that problem.

    How can I resolve this problem?

    Thank you!

    #1365737
    Paul R
    Moderator

    Hi,

    To fix it, you can add this in Cornerstone > Settings > Custom CSS of your Contact Page.

    https://www.screencast.com/t/UIPW7GRa

    
    .cntctfrm_one_column,
    .cntctfrm_column,
    .cntctfrm_label, 
    .cntctfrm_input, 
    .cntctfrm_select, 
    .cntctfrm_checkbox {
        max-width: 100%;
    }
    

    Hope that helps.

    #1365783
    eltin7
    Participant

    It did not worked. There are any other possibilities? I guess the problem of the page it is linked to the footer.

    #1366262
    Rad
    Moderator

    Hi there,

    What’s the issue? Your screenshot looks okay too. Page height is based on content height, and it’s only normal for pages with less content. Unless if you’re not referring the space under the footer.

    Thanks.

    #1366396
    eltin7
    Participant

    Yes, I am reffering to the space under the footer.

    #1366747
    Christopher
    Moderator

    Hi there,

    Please remove bottom padding from section #1.

    Please add following code in Customize -> Custom -> Global CSS :

    .page-id-412 footer.x-colophon.bottom {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
    }

    Hope that helps.

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