Title: responsability
Last modified: September 1, 2016

---

# responsability

 *  Resolved [ceasar99](https://wordpress.org/support/users/ceasar99/)
 * (@ceasar99)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/responsability/)
 * Hello!
 * I’m experiencing some trouble with my website when it comes to responsability.
   On my website is a textwidget underneath the “our team” section. When I open 
   the site on my phone, all text within the widget is aligned to the right corner
   of the screen, whilst I just want it to be centered, so it’s readable. I’ve installed
   custom CSS plugins to edit it, and i’m now trying to fix it using media-queries.
   Sadly nothing seems to work.
 * Can anybody help me?
 * the link to the website is: talithazorg.nl
 * Gr. Rowan

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

 *  [Suyogya Shukla](https://wordpress.org/support/users/themeislesupport/)
 * (@themeislesupport)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/responsability/#post-7626777)
 * Hi Gr. Rowan,
 * Apologies for the late reply.
 * Can you please try adding following custom CSS to the theme and see if it does
   the trick:
 *     ```
       .textwidget div {
           margin-left: 0px;
           text-align:center;
       }
       ```
   
 * Let us know how it goes 🙂
 *  Thread Starter [ceasar99](https://wordpress.org/support/users/ceasar99/)
 * (@ceasar99)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/responsability/#post-7626779)
 * Hey Suyogya!
 * it’s no problem you responded so late, i’m so happy after all that you are able
   to help me.
 * it tried adding the CSS code, poor enough it didn’t help. the`text-align: center;`
   seemed to worked, but the `margin-left: 0px;`didn’t solve anything, it had no
   effect at all.
 * were on the right track seeing this. but not yet there. i hope we can solve this!
 *  [Suyogya Shukla](https://wordpress.org/support/users/themeislesupport/)
 * (@themeislesupport)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/responsability/#post-7626780)
 * Hey there,
 * Can you try replacing the code I gave you with this one:
 *     ```
       .textwidget div {
           margin-left: 0px!important;
           text-align:center;
       }
       ```
   
 * Let us know how it goes.
 *  Thread Starter [ceasar99](https://wordpress.org/support/users/ceasar99/)
 * (@ceasar99)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/responsability/#post-7626788)
 * Sorry for my late response, but anyway it helped!
    The website is now fully responsible
   on my phone. I want to thank you so much for helping me!
 * Thanx again!
 * Gr. Rowan
 *  [Suyogya Shukla](https://wordpress.org/support/users/themeislesupport/)
 * (@themeislesupport)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/responsability/#post-7626789)
 * Hey Gr. Rowan,
 * Glad I was able to help. If you’re happy with our products and support, please
   leave us a kind review here:-
 * [https://wordpress.org/support/view/theme-reviews/zerif-lite](https://wordpress.org/support/view/theme-reviews/zerif-lite)
 * Thanks!

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

The topic ‘responsability’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/zerif-lite/1.8.5.49/screenshot.
   png)
 * Zerif Lite
 * [Support Threads](https://wordpress.org/support/theme/zerif-lite/)
 * [Active Topics](https://wordpress.org/support/theme/zerif-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/zerif-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/zerif-lite/reviews/)

## Tags

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

 * 5 replies
 * 2 participants
 * Last reply from: [Suyogya Shukla](https://wordpress.org/support/users/themeislesupport/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/responsability/#post-7626789)
 * Status: resolved