Title: responsiveness question
Last modified: August 30, 2016

---

# responsiveness question

 *  Resolved [arty9k1](https://wordpress.org/support/users/arty9k1/)
 * (@arty9k1)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/responsiveness-question/)
 * I would like to change the width of the text on a mobile device. I cant seem 
   to find the ccs code to make the change. i would like the text to show closer
   to the edges.
 * segalltherapeutics.com

Viewing 1 replies (of 1 total)

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/responsiveness-question/#post-6517666)
 * Thanks for choosing Ignite!
 * Sure, that can be done with the following CSS:
 *     ```
       @media all and (max-width: 800px) {
         .entry,
         .excerpt {
           padding: 1.5em 4% 2.25em;
         }
         .featured-image {
           left: -4.25%;
           width: 108.5%
         }
       }
       ```
   
 * You can copy and paste that code into the “Custom CSS” section in the Customizer(
   Appearance > Customize). Once added there, it should take affect right away.

Viewing 1 replies (of 1 total)

The topic ‘responsiveness question’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/ignite/1.84/screenshot.png)
 * Ignite
 * [Support Threads](https://wordpress.org/support/theme/ignite/)
 * [Active Topics](https://wordpress.org/support/theme/ignite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/ignite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/ignite/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 1 reply
 * 2 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/responsiveness-question/#post-6517666)
 * Status: resolved