Title: Customize
Last modified: October 23, 2018

---

# Customize

 *  [ta-0000](https://wordpress.org/support/users/taku0000/)
 * (@taku0000)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/customize-47/)
 * I want to remove the background parts on both sides.
 * I want to display it sideways.
    You can leave the top and bottom background parts
   intact.
 * Please tell me the code.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustomize-47%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/customize-47/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/customize-47/page/2/?output_format=md)

 *  [skandha](https://wordpress.org/support/users/skandha/)
 * (@skandha)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/customize-47/#post-10810463)
 * [@taku0000](https://wordpress.org/support/users/taku0000/): Could you please 
   explain your issue clearly? Do you mean to remove the background color on left
   and right and keep it on the top and bottom part?
 * Also for swift replies, post your issues and queries on our official theme support
   forum please post in our free forum at [https://catchthemes.com/support-forum/](https://catchthemes.com/support-forum/)
 * Kind Regards,
    Skandha
 *  Thread Starter [ta-0000](https://wordpress.org/support/users/taku0000/)
 * (@taku0000)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/customize-47/#post-10840255)
 * That’s right.
    Up and down are as it is now. I want to eliminate the left and
   right background parts.
 *  Thread Starter [ta-0000](https://wordpress.org/support/users/taku0000/)
 * (@taku0000)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/customize-47/#post-10840320)
 * [https://catchthemes.com/support-forum/](https://catchthemes.com/support-forum/)
 * I was asking questions in the above forum,
    The site has gone down …
 *  [skandha](https://wordpress.org/support/users/skandha/)
 * (@skandha)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/customize-47/#post-10840862)
 * [@taku0000](https://wordpress.org/support/users/taku0000/): **Go to => Appearance
   => Customize => Additional CSS** and add the following CSS Code.
 *     ```
       .site {
       	width:100% !important;
       }
       ```
   
 * Let me know if this is what you want!
    Kind Regards, Skandha
 *  Thread Starter [ta-0000](https://wordpress.org/support/users/taku0000/)
 * (@taku0000)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/customize-47/#post-10847661)
 * Thank you very much.
 * However, the eight contents have gone to the left.
    I want to display the center.
 * Also, I want to display the text of each page more widely.
 * [http://phoenix-web.co.jp/wp-content/uploads/テスト12.jpg](http://phoenix-web.co.jp/wp-content/uploads/テスト12.jpg)
 * Red part → current.
    Black part → hope.
 * I am waiting for a quick reply.
    I am counting on you.
 *  Thread Starter [ta-0000](https://wordpress.org/support/users/taku0000/)
 * (@taku0000)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/customize-47/#post-10847663)
 * And I want to display the menu of TOP in center.
 * I am waiting for a quick reply.
    I am counting on you.
 *  Thread Starter [ta-0000](https://wordpress.org/support/users/taku0000/)
 * (@taku0000)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/customize-47/#post-10847812)
 * #featured-content{
    padding-left: 200px; background-color: #e5e5e5; }
 * I added the above to CSS.
    However, although I wanted to change only the PC screen
   I want to display smartphones in the center as before …
 *  [skandha](https://wordpress.org/support/users/skandha/)
 * (@skandha)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/customize-47/#post-10847864)
 * [@taku0000](https://wordpress.org/support/users/taku0000/): Remove the additional
   CSS Code you have added and add the following CSS Code.
 *     ```
       #featured-content {
       	width:90%;
       	margin:0 auto;
       }
       ```
   
 * Let me know if this works out!
    Kind Regards, Skandha
 *  Thread Starter [ta-0000](https://wordpress.org/support/users/taku0000/)
 * (@taku0000)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/customize-47/#post-10847866)
 * Thank you very much.
 * There is something I want to ask you a new question.
    Please help yourself.
 * ① I want to be able to display text below the menu.
 * ② The phone number is not displayed. (In case of smartphone)
 * I want to improve these.
    I need your strength. Please help me.
 *  Thread Starter [ta-0000](https://wordpress.org/support/users/taku0000/)
 * (@taku0000)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/customize-47/#post-10851231)
 * Upgrading is necessary to display the text under the menu.
 * Also, I was able to change the phone number to display.
 * It is a new question
    I want to change the text color of the Read Continue button(…)
   in the text portion of the eight content to the same color as the excerpt text.
 * a {
    color: #ffffff; } I added the above, but it will change to the footer widget
   text …
 * Please help me.
 *  [skandha](https://wordpress.org/support/users/skandha/)
 * (@skandha)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/customize-47/#post-10851795)
 * [@taku0000](https://wordpress.org/support/users/taku0000/): Go to => Appearance
   => Customize => Additional CSS and add the following CSS Code.
 *     ```
       .more-link { 
             color:red;
       }
       ```
   
 * Let me know if this is what you want!
    Kind Regards, Skandha
 *  Thread Starter [ta-0000](https://wordpress.org/support/users/taku0000/)
 * (@taku0000)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/customize-47/#post-10851980)
 * Great.
    Thank you! !
 * The next question is …
    I want to display the title “security service” of 8 contents
   in the center. Also, when viewing this site on a tablet terminal, 8 contents 
   are shifted to the right …
 * ① Display eight contents at center.
    ② Show the title “Security service” in the
   center.
 * Thanking you in advance.
 *  Thread Starter [ta-0000](https://wordpress.org/support/users/taku0000/)
 * (@taku0000)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/customize-47/#post-10858394)
 * I want to display the title “security service” of 8 contents in the center.
 * Please correspond quickly.
 *  Thread Starter [ta-0000](https://wordpress.org/support/users/taku0000/)
 * (@taku0000)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/customize-47/#post-10860146)
 * I want to display TOP image of 8 contents in center.
    I’m leaving a little to
   the left now.
 * I want to display the title “security service” of 8 contents in the center.
 * Help me…
    Thanking you in advance.
 *  [skandha](https://wordpress.org/support/users/skandha/)
 * (@skandha)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/customize-47/#post-10864566)
 * [@taku0000](https://wordpress.org/support/users/taku0000/): I’m afraid lot of
   changes will need to be made since the original width of the site has been changed.
   I suggest you to [hire a customizer](https://catchthemes.com/hire-customizer/)
   to get your site customized.
 * Kind Regards,
    Skandha

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/customize-47/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/customize-47/page/2/?output_format=md)

The topic ‘Customize’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/catch-base/3.5.2/screenshot.png)
 * Catch Base
 * [Support Threads](https://wordpress.org/support/theme/catch-base/)
 * [Active Topics](https://wordpress.org/support/theme/catch-base/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/catch-base/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/catch-base/reviews/)

 * 17 replies
 * 2 participants
 * Last reply from: [skandha](https://wordpress.org/support/users/skandha/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/customize-47/page/2/#post-10874020)
 * Status: not resolved