Site logo

[Resolved] Extra grid space above footer

Home Forums Support [Resolved] Extra grid space above footer

Home Forums Support Extra grid space above footer

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #890124
    Anil

    when i choose 2 columns blog, it shows extra grid space above footer in desktop as well as on mobiles…

    this extra space not on posts and pages

    on single column setting no issue…

    i feel in next update you need to update css….

    any solution right now…

    #890373
    David
    Staff
    Customer Support

    Hi there,

    can you provide a screenshot of the issue? And which browser are you seeing the problem?

    #890786
    Anil

    Using chrome

    #890792
    Anil

    Even same issue in firefox

    #890794
    Anil

    Same issue in microsoft edge also

    #891131
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try adding this CSS:

    .generate-columns-activated #main {
        margin-bottom: 0;
    }
    
    @media (max-width: 768px) {
        .generate-columns-activated .content-area + .sidebar > div {
            margin-top: 0;
        }
    }

    Let me know 🙂

    #891255
    Anil

    this helped on desktop view, BUT on mobile shows extra grid width space above sidebar …

    #891256
    Anil

    Tom, I believe in next update you need to consider this css update in GP…

    #891430
    Anil

    on mobile still shows extra grid width space above sidebar …

    #891995
    Tom
    Lead Developer
    Lead Developer

    I just updated the code above: https://generatepress.com/forums/topic/extra-grid-space-above-footer/#post-891131

    I agree, this can be tweaked in the plugin. Thanks! 🙂

    #892387
    Anil

    Sorry Tom, above code removes grid on sidebar in desktop view ???

    I think, we need to define a new class and populate it when 2 columns used with its own css, otherwise tweaking present css will cause some or other issue….

    Please check on your development environment with 2 columns setting as I had…

    Regards

    #893027
    Tom
    Lead Developer
    Lead Developer
    #893123
    Anil

    Yes, it is fine now.

    I am sure this will be updated in next GPP update, then I will remove this css addition….

    #893409
    Tom
    Lead Developer
    Lead Developer

    Thanks for pointing it out 🙂

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