Title: Responsive Cutting off Left Text
Last modified: August 30, 2016

---

# Responsive Cutting off Left Text

 *  [longhi18](https://wordpress.org/support/users/longhi18/)
 * (@longhi18)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/responsive-cutting-off-left-text/)
 * My site – McGivneyGriffins.com is a responsive site but when you shrink the window
   or use a mobile device the website will actually cut off the leftmost character
   of the text. Any ideas? I’m stumped
 * [Screenshot](http://jlonghi.net/fm.png)

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/responsive-cutting-off-left-text/#post-6612723)
 * Hey there longhi18,
 * How are you doing today?
 * Can you please try adding the following CSS code in the style.css file of your
   [child theme](http://codex.wordpress.org/Child_Themes) or if your theme doesn’t
   have custom CSS tab add it in your site using the following plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       @media only screen and (max-width: 767px) {
       div#section-content > .container {
           overflow: visible;
       }
       }
       ```
   
 * This should fix the content being cut off on smaller resolutions.
 * If the code doesn’t work please keep it added and let me know so I can take a
   look 🙂
 * Cheers,
    Bojan
 *  Thread Starter [longhi18](https://wordpress.org/support/users/longhi18/)
 * (@longhi18)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/responsive-cutting-off-left-text/#post-6612729)
 * i think that did the trick. You rock!
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/responsive-cutting-off-left-text/#post-6612759)
 * Glad I could help 🙂
 * Cheers,
    Bojan
 *  [aineholland](https://wordpress.org/support/users/aineholland/)
 * (@aineholland)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/responsive-cutting-off-left-text/#post-6612798)
 * Could something like this work for the problem I am having with the modality 
   theme, image slider on homepage not scaling down for smaller devices. I wonder
   if you could help me with this. [http://aine.praxisonlinemedia.com/](http://aine.praxisonlinemedia.com/)

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

The topic ‘Responsive Cutting off Left Text’ is closed to new replies.

 * 4 replies
 * 3 participants
 * Last reply from: [aineholland](https://wordpress.org/support/users/aineholland/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/responsive-cutting-off-left-text/#post-6612798)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
