Title: [Theme: Arcade Basic] aligncenter, alignleft, alignright does not work
Last modified: August 22, 2016

---

# [Theme: Arcade Basic] aligncenter, alignleft, alignright does not work

 *  [slashfan](https://wordpress.org/support/users/slashfan/)
 * (@slashfan)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/theme-arcade-basic-aligncenter-alignleft-alignright-does-not-work/)
 * Hello guys. I was just surfing the internet after I finished my site. But when
   I came back and refresh it, the aligncenter, alignright, alignleft codes doesn’t
   work anymore. I don’t know why. So far what I did today was install TablePress,
   and Require Login. Everything was fine I think even after I installed those. 
   I even tried disabling them just to check if one of those two caused the problem
   but still, it didn’t go back to normal. I just want to know why those three doesn’t
   work anymore.
 * Here’s my site: [http://myhj3313.dothome.co.kr/](http://myhj3313.dothome.co.kr/)

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

 *  Thread Starter [slashfan](https://wordpress.org/support/users/slashfan/)
 * (@slashfan)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/theme-arcade-basic-aligncenter-alignleft-alignright-does-not-work/#post-5201403)
 * I was really surprised and a little pissed because after everything, this will
   happen out of nowhere. I’ve been working on this site for several days already
   the suddenly this one. I hope someone can help me find out what happened. I was
   not doing anything at all when this problem happened. After playing on my phone,
   I came back on my computer and refresh the site just to double check and poof.
   This happened.
 *  Thread Starter [slashfan](https://wordpress.org/support/users/slashfan/)
 * (@slashfan)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/theme-arcade-basic-aligncenter-alignleft-alignright-does-not-work/#post-5201450)
 * BUMP.
 * I mainly used the alignleft and alignright CSS codes on the hyperlinks at the
   bottom of my page (the one for page navigation) but I changed it already by using
   <div style=”float: left;”></div> and <div style=”float: right;”></div> since 
   alignleft and alignright won’t work anymore.
 * If you check this page: [http://myhj3313.dothome.co.kr/?page_id=638](http://myhj3313.dothome.co.kr/?page_id=638)
   the image at the bottom part is not centered but I used the code <img class=”
   aligncenter” src=”[http://myhj3313.dothome.co.kr/wp-content/uploads/2014/08/fair_count_csm.png&#8221](http://myhj3313.dothome.co.kr/wp-content/uploads/2014/08/fair_count_csm.png&#8221);
   alt=””> and it worked before but now, as I’ve said, it doesn’t work anymore. 
   I’m really confused with what happened because it happened all of a sudden. I
   didn’t change any part of the align codes.
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/theme-arcade-basic-aligncenter-alignleft-alignright-does-not-work/#post-5201471)
 * On line 7273 of your stylesheet, you have:
 *     ```
       .home-top {
           background-image: url('http://myhj3313.dothome.co.kr/wp-content/uploads/2014/08/2014-03-Grey-White-Wallpaper-29.jpg');
       ```
   
 * but whoever added that code forgot to add the closing bracket, causing cascading
   parsing errors throughout the rest of the stylesheet. You need to add the closing
   bracket:
 *     ```
       .home-top {
           background-image: url('http://myhj3313.dothome.co.kr/wp-content/uploads/2014/08/2014-03-Grey-White-Wallpaper-29.jpg');
       }
       ```
   
 * Also, be aware that making changes to the theme’s stylesheet is not recommended,
   as you will lose any changes you made when you update the theme. It’s better 
   to use a [custom CSS plugin](http://wordpress.org/plugins/search.php?q=custom+css).

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

The topic ‘[Theme: Arcade Basic] aligncenter, alignleft, alignright does not work’
is closed to new replies.

 * 3 replies
 * 2 participants
 * Last reply from: [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/theme-arcade-basic-aligncenter-alignleft-alignright-does-not-work/#post-5201471)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
