[Resolved] Off canvas panel icon invisible from 501 to 768

Home Forums Support [Resolved] Off canvas panel icon invisible from 501 to 768

Home Forums Support Off canvas panel icon invisible from 501 to 768

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #1455982
    Leo
    Staff
    Customer Support

    We will definitely reconsider if more users mention this issue – I really can’t recall other mentions of this.

    Always appreciate the feedback!

    #1456010
    Anil

    One more issue to consider (for Tom)

    If you have less than 10 posts on homepage then pagination links not populated.

    And, .generate-columns { margin-bottom: } (generated inline css) creates an extra space between content and sidebar in mobile, and content and footer in desktop

    So, I used `.generate-columns {
    margin-bottom: unset;
    }
    .generate-columns:not(:last-child) {
    margin-bottom: 10px !important;
    }
    `
    You may consider this for next tweak….

    Bye.

    #1456230
    Leo
    Staff
    Customer Support

    Hey!

    I was able to replicate this and mentioned it to Tom.

    This is actually quite a complicated issue to fix unfortunately – it depends on the posts per page setting, the column numbers you are using etc.

    Like your CSS currently works but if you add one more post or change the column number to 3 then you will need to tweak the CSS again.

    As for now we will just leave it and fix it for users as it comes up 🙂

    #1456272
    Anil

    Yes Leo, this issue existed in previous version also,
    I thought newer version with flexbox might have solved this issue…..
    Well….

    P.S. You know in last 2 years I highlighted 3-4 so-called bugs or known limitations ….in GP

    #1456292
    Leo
    Staff
    Customer Support

    Unfortunately that issue is unrelated to float or flexbox.

    We appreciate your feedback!

Viewing 5 posts - 16 through 20 (of 20 total)
  • You must be logged in to reply to this topic.