Title: Text alignment Issue
Last modified: June 22, 2017

---

# Text alignment Issue

 *  [Lucas Pool](https://wordpress.org/support/users/lrileypool/)
 * (@lrileypool)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/text-alignment-issue-4/)
 * Greetings,
 * How can I align text right-center on a page (in the middle of align right/align
   center)? The text on my homepage is getting cut off on the right when safari/
   chrome window is expanded. Any help is appreciated.
 * [http://www.riverhillstraveler.com](http://www.riverhillstraveler.com)

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

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [8 years, 9 months ago](https://wordpress.org/support/topic/text-alignment-issue-4/#post-9249055)
 * This CSS may fix it:
 *     ```
       .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container {
           position: fixed;
       }
       ```
   
 * You currently have it set to “absolute”.
 * **To add CSS:**
    - If you are using WordPress 4.7 or later, use the “Additional CSS” option in
      the customizer.
    - If your theme has a custom CSS option, use that to add the CSS shown above.
    - If not, install the plugin [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/).
 * Learn to use the [Chrome Developer Tools](https://developers.google.com/web/tools/chrome-devtools/)
   to help you see and test changes to your CSS.
 *  Thread Starter [Lucas Pool](https://wordpress.org/support/users/lrileypool/)
 * (@lrileypool)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/text-alignment-issue-4/#post-9249418)
 * Thanks, but that’s not seeming to help.
 *  [wbcomdesigns](https://wordpress.org/support/users/wbcomdesigns/)
 * (@wbcomdesigns)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/text-alignment-issue-4/#post-9250899)
 * Hi [@lrileypool](https://wordpress.org/support/users/lrileypool/)
 * You can achieve this by applying following CSS code.
 *     ```
       .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
           margin: 0;
           z-index: 2;
           -ms-box-sizing: border-box;
           -moz-box-sizing: border-box;
           -webkit-box-sizing: border-box;
           box-sizing: border-box;
       }
       ```
   
 * [http://i.is.cc/2iO5IVAy.png](http://i.is.cc/2iO5IVAy.png)
    [http://i.is.cc/2iOkeJLT.png](http://i.is.cc/2iOkeJLT.png)
 * Hope this will help.
 * Thanks.
 *  Thread Starter [Lucas Pool](https://wordpress.org/support/users/lrileypool/)
 * (@lrileypool)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/text-alignment-issue-4/#post-9256796)
 * Sorry, that’s not helping either. I’m sure it’s a theme/plugin compatibility 
   issue. Would it help if we removed the background for the homepage?? Just an 
   idea.

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

The topic ‘Text alignment Issue’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [Lucas Pool](https://wordpress.org/support/users/lrileypool/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/text-alignment-issue-4/#post-9256796)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
