Title: Center alignment problem
Last modified: March 29, 2017

---

# Center alignment problem

 *  [infovl](https://wordpress.org/support/users/infovl/)
 * (@infovl)
 * [9 years ago](https://wordpress.org/support/topic/center-alignment-problem/)
 * Hi,
 * I developed a website for a client a while ago and everything was fine until 
   two weeks ago. On the landing page and a few other pages all the images that 
   are supposed to be centered are sitting on the right side of the screen and I
   can’t seem to fix it.
 * I have tried updating wordpress, the theme and plugins but the problem remains.
   I even looked at the code and I tried to centre it but it changes it back by 
   itself.
 * Can someone please help me with this. As mentioned above, the website is for 
   a client so they are on my back about it.
 * Here is the website and the pages that you will see the problem on:
 * [http://www.stcatherines.org.za](http://www.stcatherines.org.za)
    [http://www.stcatherines.org.za/pre-school-staff/](http://www.stcatherines.org.za/pre-school-staff/)
   [http://www.stcatherines.org.za/junior-prep-school-staff/](http://www.stcatherines.org.za/junior-prep-school-staff/)
   [http://www.stcatherines.org.za/senior-prep-school-staff/](http://www.stcatherines.org.za/senior-prep-school-staff/)
   [http://www.stcatherines.org.za/highschool-staff/](http://www.stcatherines.org.za/highschool-staff/)
 * Kind regards,
    Waldo

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

 *  [wpservices](https://wordpress.org/support/users/wpservices/)
 * (@wpservices)
 * [9 years ago](https://wordpress.org/support/topic/center-alignment-problem/#post-8970057)
 * Which images?
 *  Thread Starter [infovl](https://wordpress.org/support/users/infovl/)
 * (@infovl)
 * [9 years ago](https://wordpress.org/support/topic/center-alignment-problem/#post-8970084)
 * [@wpservices](https://wordpress.org/support/users/wpservices/), You will see 
   on home page starting from “Latest News” everything is pulled to the right, even
   the sidebar I have in there. And on the other pages all the staff photos are 
   supposed to be centered but all of them are to the right.
 *  [wpservices](https://wordpress.org/support/users/wpservices/)
 * (@wpservices)
 * [9 years ago](https://wordpress.org/support/topic/center-alignment-problem/#post-8970129)
 * I took the margin: 0 !important off of this class and it centered the images 
   of the teachers.
 * .entry-content img
 * [http://www.stcatherines.org.za/pre-school-staff/](http://www.stcatherines.org.za/pre-school-staff/)
 *  Thread Starter [infovl](https://wordpress.org/support/users/infovl/)
 * (@infovl)
 * [9 years ago](https://wordpress.org/support/topic/center-alignment-problem/#post-8970228)
 * It’s still on the right on my side. So I am not sure what to do?
 *  [wpservices](https://wordpress.org/support/users/wpservices/)
 * (@wpservices)
 * [9 years ago](https://wordpress.org/support/topic/center-alignment-problem/#post-8970306)
 * I only did the edit in my inspector, you have to implement it in your CSS.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [9 years ago](https://wordpress.org/support/topic/center-alignment-problem/#post-8970355)
 * problem seems to be coming from a plugin’s CSS:
 * [http://www.stcatherines.org.za/wp-content/plugins/wp-facebook-feed/css/jquery.socialfeed.css?ver=1.0.0](http://www.stcatherines.org.za/wp-content/plugins/wp-facebook-feed/css/jquery.socialfeed.css?ver=1.0.0)
 * which adds this style:
 *     ```
       .entry-content img{
           margin: 0 !important;
       }
       ```
   
 * to overwrite this in your custom styles, add for example:
 *     ```
       .entry-content img.aligncenter {
           margin: 0 auto!important;
       }
       ```
   
 * (only checked in the ‘pre school staff’ page)
 * please report the problem in the ‘facebook feed’ plugin’s forum at [https://wordpress.org/support/plugin/wp-facebook-feed](https://wordpress.org/support/plugin/wp-facebook-feed)
 *  Thread Starter [infovl](https://wordpress.org/support/users/infovl/)
 * (@infovl)
 * [9 years ago](https://wordpress.org/support/topic/center-alignment-problem/#post-8970433)
 * That sorted the problem out, thank you so much for your help guys. I really appreciate
   it.
 * I will report the problem to the plugin author.
 * Thanks again! Go well

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

The topic ‘Center alignment problem’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 3 participants
 * Last reply from: [infovl](https://wordpress.org/support/users/infovl/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/center-alignment-problem/#post-8970433)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
