Title: full width post without any sidebar
Last modified: August 22, 2016

---

# full width post without any sidebar

 *  Resolved [tuhinbiswas98](https://wordpress.org/support/users/tuhinbiswas98/)
 * (@tuhinbiswas98)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/full-width-post-without-any-sidebar/)
 * how to make full width post without any sidebar for any particular category? 
   i want to use it for full page iframe? any way to do this? dont want to use page
   want to use post ty for help

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

 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/full-width-post-without-any-sidebar/#post-5822410)
 * Sorry, it’s not possible
 *  Thread Starter [tuhinbiswas98](https://wordpress.org/support/users/tuhinbiswas98/)
 * (@tuhinbiswas98)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/full-width-post-without-any-sidebar/#post-5822422)
 * oh that bad 🙁 can you tell me how to change
 * [http://oi58.tinypic.com/xpqbd0.jpg](http://oi58.tinypic.com/xpqbd0.jpg)
 * this … into Read More like this pic
 * [http://oi59.tinypic.com/262krjq.jpg](http://oi59.tinypic.com/262krjq.jpg)
 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/full-width-post-without-any-sidebar/#post-5822431)
 * The only way you can do that is by opening `../post-templates/content.php` and
   replacing:
 * `<a href="<?php echo esc_url( get_permalink() ); ?>" rel="nofollow" title="<?
   php _e( 'Read More...', 'acosmin' ) ?>"><i class="fa fa-ellipsis-h fa-lg"></i
   ></a>`
 * with:
 * `<a href="<?php echo esc_url( get_permalink() ); ?>" rel="nofollow" title="<?
   php _e( 'Read More...', 'acosmin' ) ?>">Read More</a>`
 * Also open `style.css` find these lines:
 *     ```
       .post-template-1 .details .post-small-button a {
       display: block;
       width: 48px;
       height: 100%;
       }
       ```
   
 * replace with:
 *     ```
       .post-template-1 .details .post-small-button a {
       display: block;
       height: 100%;
       }
       ```
   
 * and:
 *     ```
       .post-template-1 .details .post-small-button {
       width: 48px;
       text-align: center;
       border-width: 1px;
       border-style: solid;
       font-size: 11px;
       -webkit-box-shadow: 0 2px 0 rgba(225,225,225,0.5);
       -moz-box-shadow: 0 2px 0 rgba(225,225,225,0.5);
       box-shadow: 0 2px 0 rgba(225,225,225,0.5);
       }
       ```
   
 * with:
 *     ```
       .post-template-1 .details .post-small-button {
       text-align: center;
       padding: 0 20px;
       border-width: 1px;
       border-style: solid;
       font-size: 14px;
       -webkit-box-shadow: 0 2px 0 rgba(225,225,225,0.5);
       -moz-box-shadow: 0 2px 0 rgba(225,225,225,0.5);
       box-shadow: 0 2px 0 rgba(225,225,225,0.5);
       }
       ```
   
 *  Thread Starter [tuhinbiswas98](https://wordpress.org/support/users/tuhinbiswas98/)
 * (@tuhinbiswas98)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/full-width-post-without-any-sidebar/#post-5822478)
 * ty ty it work fine 😀 Support is realy good ty ty

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

The topic ‘full width post without any sidebar’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/justwrite/2.0.3.6/screenshot.png)
 * JustWrite
 * [Support Threads](https://wordpress.org/support/theme/justwrite/)
 * [Active Topics](https://wordpress.org/support/theme/justwrite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/justwrite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/justwrite/reviews/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [tuhinbiswas98](https://wordpress.org/support/users/tuhinbiswas98/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/full-width-post-without-any-sidebar/#post-5822478)
 * Status: resolved