Open pak-cia opened 1 year ago
Wasn't able to replicate at my end with the test site:
user from zn-6498782 has followed up that after they re-enabled automatic renewal, the space resolved itself:
as their site is on personal plan, and the theme is classic, there isn't anything they could have done to modify this behaviour further, which seems to provide proof that plan status is affecting the layout?
fyi, the auto-renewals on my test sites are disabled as well.
Quick summary
An empty space is occurring under the header, and width does not fit to viewscreen properly:
Was able to replicate the issue on own test site.
Located space under header at:
Located space at right side at:
Steps to reproduce
Activate the Twenty Fourteen theme.
What you expected to happen
There shouldn't be a blank area and the page layout should fit according to the viewscreen.
What actually happened
Blank unselectable areas appeared.
Browser
Google Chrome/Chromium, Mozilla Firefox
Context
Reported in: zn-6498782
Platform (Simple, Atomic, or both?)
No response
Other notes
No response
Reproducibility
Consistent
Severity
Some (< 50%)
Available workarounds?
Yes, easy to implement
Workaround details
CSS can be added, ie.:
div#main.site-main { margin-top: 0px; }