Site logo

Archived topic

Off canvas panel icon invisible from 501 to 768

19 replies · Started by Anil on September 20, 2020

Viewing posts 16–20 of 20

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

Always appreciate the feedback!

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.

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 :)

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

Unfortunately that issue is unrelated to float or flexbox.

We appreciate your feedback!

This archived topic is closed to new replies.