Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #229753

    Hello.
    I use a template Enfold.
    After a recent update to version 2.5 I have a problem with formatting the bottom of the page on one of the sides.
    http://plan2.pl/o-nas/

    #229792

    Hey qeeqac!

    Please try deactivating all active plugins and check if that helps.

    Regards,
    Yigit

    #229804

    Hey Yigit.

    I try deactivate all plugins. No better.
    This is my costume css:

    .logo {
    margin-top: 14px;
    }
    .header-scrolled .logo{
    margin-top: 0;
    }
    .page-id-2539 #av_section_2 .template-page.content.twelve.alpha.units {
    padding: 20px 0;
    }
    .avia-icon-list-container {
    margin-bottom: -20px;
    margin-top: 10;
    }
    .function mytheme_fonts() {
    $protocol = is_ssl() ? ‘https’ : ‘http’;
    wp_enqueue_style( ‘essentials-opensans’, “$protocol://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic&subset=latin-ext”);
    }

    Page looks better as it adds to the bottom of the page whitespace 120 px.

    #229814

    Hi!

    Please remove following lines from your custom CSS codes

    .function mytheme_fonts() {
    $protocol = is_ssl() ? ‘https’ : ‘http’;
    wp_enqueue_style( ‘essentials-opensans’, “$protocol://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic&subset=latin-ext”);
    }

    That code should go to Functions.php file and not to Quick CSS or Custom.css file

    Regards,
    Yigit

    #229821

    Hi.
    I remove this part. No better.

    QeeQac

    #230049

    Hello.
    I create “whitespace” 120 px to the bottom of page, but problem still is :(
    QeeQac

    #230673

    Hey!

    Can you check your website once again after flushing browsers cache? It does look fine on my end right now http://i.imgur.com/e1AXKxT.jpg

    Cheers!
    Yigit

    #230717

    Hello
    Page is displayed correctly (on the computer) because I fixed the bottom of the display by adding whitespace (120px). This solution does not explain the strange behavior of the page. Unfortunately, on the phone the problem still is visible :(

    QeeQac

    #231179

    Hi!

    The catapult cookie bar plugin or something is breaking the layout. You can add this on Quick CSS:

    #socket {
    top: -15px;
    }
    
    @media only screen and (max-width: 767px) {
    #socket {
    top: -80px;
    }
    }

    Best regards,
    Ismael

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.