Testing 33755.3.diff from #33755.
Macnchrome:
#gallery-31 {
margin: auto;
}
#gallery-31 .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%;
}
#gallery-31 img {
border: 2px solid #cfcfcf;
}
#gallery-31 .gallery-caption {
margin-left: 0;
}
/* see gallery_shortcode() in wp-includes/media.php */
- Click Select Logo
- Drag drop an image and then click Choose logo
- Now let’s change. Click Change logo.
- Drop a new image.
- Click Choose logo
- Now, let’s remove. Click Remove.
- Done
iPhone 6+:
#gallery-32 {
margin: auto;
}
#gallery-32 .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%;
}
#gallery-32 img {
border: 2px solid #cfcfcf;
}
#gallery-32 .gallery-caption {
margin-left: 0;
}
/* see gallery_shortcode() in wp-includes/media.php */
Notes:
- I had to remove a console.log() to avoid a console error.
- I added add_theme_support( ‘site-logo’ ) to the twentyfifteen functions.php to get the customizerCustomizer Tool built into WordPress core that hooks into most modern themes. You can use it to preview and modify many of your site’s appearance settings. logo ui to display.
- I didn’t try adding the_site_logo() to the theme.
- Logo isn’t above the site title and tagline as discussed in the ticket












