Title: Android Display Problem
Last modified: February 20, 2019

---

# Android Display Problem

 *  [mahabarbara](https://wordpress.org/support/users/mahabarbara/)
 * (@mahabarbara)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/android-display-problem/)
 * I just moved my site to a new host and also changed the theme from my old unsupported
   theme to Twenty Eleven. The thing that most bothers me is that when I open my
   site on my Android phone or Kindle fire, the type formatting is gone. What bothers
   me most is that the block quotes are not called out; they look just like regular
   text. Is that normal with Twenty Eleven?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fandroid-display-problem%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [lisa](https://wordpress.org/support/users/contentiskey/)
 * (@contentiskey)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/android-display-problem/#post-11227651)
 * As the theme developer team about the styling for the theme on various devices.
   
   [https://wordpress.org/support/theme/twentyeleven/](https://wordpress.org/support/theme/twentyeleven/)
 *  [mrtom414](https://wordpress.org/support/users/mrtom414/)
 * (@mrtom414)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/android-display-problem/#post-11228324)
 * there is a media query that removes the margin when the site width is below 650px.
 *     ```
       media (max-width: 650px)
       blockquote {
           margin: 0;
       }
       blockquote {
           font-family: Georgia, "Bitstream Charter", serif;
           font-style: italic;
           font-weight: normal;
           margin: 0 3em;
       }
       ```
   
 * changing them in your custom css will change the way it looks below 650px
 * example adding this rule to your custom css will add a margin back and make the
   qoute bold
 *     ```
       media (max-width: 650px){
   
       blockquote {
           font-family: Georgia, "Bitstream Charter", serif;
           font-style: italic;
           font-weight: bold;
           margin: 15px 3em;
       }
       }
       ```
   
    -  This reply was modified 7 years, 3 months ago by [mrtom414](https://wordpress.org/support/users/mrtom414/).
    -  This reply was modified 7 years, 3 months ago by [mrtom414](https://wordpress.org/support/users/mrtom414/).
 *  Thread Starter [mahabarbara](https://wordpress.org/support/users/mahabarbara/)
 * (@mahabarbara)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/android-display-problem/#post-11228404)
 * I pasted in the first bit of code in an additional CSS field and got error messages,
   so I was afraid to try it.
 *  [mrtom414](https://wordpress.org/support/users/mrtom414/)
 * (@mrtom414)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/android-display-problem/#post-11228496)
 * the first block was copied from your existing theme. The second block is just
   a couple of modifications. The last line is all you really need but it has to
   be enclosed in the media query.
    Did you use the custom CSS in the customizer?
 *     ```
         media (max-width: 650px){
   
       blockquote {
           margin: 15px 3em;
       }
       }
       ```
   

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Android Display Problem’ is closed to new replies.

## Tags

 * [Block quotes](https://wordpress.org/support/topic-tag/block-quotes/)
 * [twenty eleven](https://wordpress.org/support/topic-tag/twenty-eleven/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [mrtom414](https://wordpress.org/support/users/mrtom414/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/android-display-problem/#post-11228496)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
