[wp-trac] [WordPress Trac] #34622: Customizer wrong panel indentation
WordPress Trac
noreply at wordpress.org
Wed Jun 22 10:13:49 UTC 2016
#34622: Customizer wrong panel indentation
-------------------------------------+------------------
Reporter: wpfo | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 4.6
Component: Customize | Version: 4.3
Severity: normal | Resolution:
Keywords: has-patch needs-testing | Focuses:
-------------------------------------+------------------
Comment (by wpfo):
The fact that I can not reproduce the error, does not mean that there is
no error. There are in fact 3 tickets about the same thing.
Not sure, but I think that the half of all WordPress users can reproduce
the error!
How?
One half of all Internet users, surfing the Internet on mobile phones, the
other half on a 27 inch monitor with large windows font.
The tendency is that those in the first group during the time be converted
into another group, and not vice versa.
This is not only cosmetic error, but it makes Customizer almost not
usable.
For those that have lost patience, add the following to your theme's admin
CSS file:
{{{
.accordion-sub-container.control-panel-content {
left: 100%;
width: 100%;
}
.in-sub-panel #customize-info,
.in-sub-panel #customize-theme-controls > ul > .accordion-section {
left: -100%;
width: 100%;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/34622#comment:14>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list