Title: Text Problem
Last modified: January 7, 2023

---

# Text Problem

 *  [jedicolin](https://wordpress.org/support/users/jedicolin/)
 * (@jedicolin)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/text-problem-7/)
 * On this page with the text, it is really long. See photo.
 * If I keep number: 242 on the left, how do I add 243 on the right side?
 * Thanks.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftext-problem-7%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Moin Uddin Ahmed](https://wordpress.org/support/users/moinrrahmed/)
 * (@moinrrahmed)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/text-problem-7/#post-16350805)
 * Hi [@jedicolin](https://wordpress.org/support/users/jedicolin/) , Type this css
   code and your problem will be solved.
 *     ```wp-block-code
       article.single-page-article.clr .entry.clr p {
           float: left;
           display: inline-block;
           width: 50%;
       }
   
       article.single-page-article.clr .entry.clr p:first-child {
           float: left;
           width: 100%;
       }
   
       article.single-page-article.clr .entry.clr p:nth-child(2) {
           float: left;
           width: 100%;
       }
       ```
   
 *  Thread Starter [jedicolin](https://wordpress.org/support/users/jedicolin/)
 * (@jedicolin)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/text-problem-7/#post-16352052)
 * Thank you, it does work but on every page.
 * I only want it on a couple of pages.
 *  [Moin Uddin Ahmed](https://wordpress.org/support/users/moinrrahmed/)
 * (@moinrrahmed)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/text-problem-7/#post-16352215)
 * No problem, you can use page ID to specify the css like below:
 *     ```wp-block-code
       .page-ID article.single-page-article.clr .entry.clr p {
           float: left;
           display: inline-block;
           width: 50%;
       }
   
       .page-ID article.single-page-article.clr .entry.clr p:first-child {
           float: left;
           width: 100%;
       }
   
       .page-ID article.single-page-article.clr .entry.clr p:nth-child(2) {
           float: left;
           width: 100%;
       }
       ```
   
 * in the .page-ID change the ID with your page ID number & you’ll have it for specific
   page.

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

The topic ‘Text Problem’ is closed to new replies.

## Tags

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

 * In: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
 * 3 replies
 * 2 participants
 * Last reply from: [Moin Uddin Ahmed](https://wordpress.org/support/users/moinrrahmed/)
 * Last activity: [3 years, 4 months ago](https://wordpress.org/support/topic/text-problem-7/#post-16352215)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
