Title: Page width setting
Last modified: November 19, 2022

---

# Page width setting

 *  Resolved [adriankabat32](https://wordpress.org/support/users/adriankabat32/)
 * (@adriankabat32)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/page-width-setting/)
 * Hello !
    I would like to know how to set the width of the page in the Appetizer
   theme, and I mean exactly that in the about us tab I would like the page description
   to be a little stretched, but when writing on a wordpress page, there is no such
   possibility. Or is there some file in theme files to change this?
 * Additionally, I would like to know how to disable the page description. I mean
   that if someone, for example, enters the about us tab and there is a black square
   about us – home > about us, how to remove these home > about us
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpage-width-setting%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [BurgerThemes](https://wordpress.org/support/users/burgersoftware/)
 * (@burgersoftware)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/page-width-setting/#post-16218927)
 * Hello [@adriankabat32](https://wordpress.org/support/users/adriankabat32/),
 * We are not able to open your site URL, it’s not working, also please share the
   tagged screenshot using this site [https://prnt.sc/](https://prnt.sc/)
 * You can hide the square sections using custom CSS.
 *     ```
       .breadcrumb-content{
         display: none;
       }
       ```
   
 * Thanks
 *  Thread Starter [adriankabat32](https://wordpress.org/support/users/adriankabat32/)
 * (@adriankabat32)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/page-width-setting/#post-16228989)
 * [@burgersoftware](https://wordpress.org/support/users/burgersoftware/)
 * Thanks for the answer, but I’ve already solved the problem by examining the file
   from google chrome.
 * However, I have another question and it would be nice if someone could help me.
   
   The thing is that the theme is not displayed on phones at all, for example, I
   go to Full Belly Kitchen – Menu and the menu should be displayed on the phone,
   but only half of it is displayed, and when I change the page settings to Template–
   LightStar, then on the phone everything is displayed perfectly, but on PC there
   is no scrolling of the tabs at all, as if they disappear.
 * The website is already enabled, however, only on the PC, because on the phone,
   it is not possible to operate it through these settings, because nothing is displayed
   in full screen, only in half.`
 *  Theme Author [BurgerThemes](https://wordpress.org/support/users/burgersoftware/)
 * (@burgersoftware)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/page-width-setting/#post-16229830)
 * Hello [@adriankabat32](https://wordpress.org/support/users/adriankabat32/),
 * Thanks for conatcting us.
 * We have checked and found that you are using WP Block Image in the menu page 
   and it’s taking fixed width so why image not responsive on the mobile device?
 * We have made custom CSS for adjustment on mobile devices, please use it in the
   additional CSS option. [https://prnt.sc/zak_28UJ5SOZ](https://prnt.sc/zak_28UJ5SOZ)
 * [@media](https://wordpress.org/support/users/media/) only screen and (min-width:
   200px) and (max-width: 480px) {
 * .appetizer-content .wp-block-image IMG {
    width: 100% !important; height: 489px;}
 * .appetizer-content .wp-block-image .aligncenter {
    margin-left: 0; margin-right:
   0; }
 * }
 * Also, I would suggest to please contact our website for more theme customization.
 * Thanks
 *  Thread Starter [adriankabat32](https://wordpress.org/support/users/adriankabat32/)
 * (@adriankabat32)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/page-width-setting/#post-16230087)
 * [@burgersoftware](https://wordpress.org/support/users/burgersoftware/)
 *     ```
       Thanks for the reply!
       My question is where do I put this code exactly?
       When I go to the message in the wordpress settings, then to the additional CSS and paste the code, nothing happens.
   
       Also include in main.css paste and nothing fits either.
       Where exactly do I paste this code?
   
       Thank you for your response.
       ```
   
 *  Thread Starter [adriankabat32](https://wordpress.org/support/users/adriankabat32/)
 * (@adriankabat32)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/page-width-setting/#post-16230090)
 * [@burgersoftware](https://wordpress.org/support/users/burgersoftware/)
    Thanks
   for the reply! My question is where do I put this code exactly? When I go to 
   the message in the wordpress settings, then to the additional CSS and paste the
   code, nothing happens.
 * Also include in main.css paste and nothing fits either.
    Where exactly do I paste
   this code?
 * Thank you for your response.
 *  Thread Starter [adriankabat32](https://wordpress.org/support/users/adriankabat32/)
 * (@adriankabat32)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/page-width-setting/#post-16230357)
 * [@burgersoftware](https://wordpress.org/support/users/burgersoftware/)
 * Ok, I was able to paste the code and check how it looks on the phone. As for 
   the menu, it’s fine, but other tabs like about us are displayed normally in computer
   mode, not phone mode.
 * The second thing is that when I enter this css code, then in the web browser 
   on the PC it is displayed in such a way as on the attached screen.
 * [https://prnt.sc/d1dNHMhhTJcJ](https://prnt.sc/d1dNHMhhTJcJ)
 *  Theme Author [BurgerThemes](https://wordpress.org/support/users/burgersoftware/)
 * (@burgersoftware)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/page-width-setting/#post-16233328)
 * Hello [@adriankabat32](https://wordpress.org/support/users/adriankabat32/),
 * We have checked on the PC it’s showing as expected, can you please let us know
   which browser or device you are using? [https://prnt.sc/YsgIj7HAK31Y](https://prnt.sc/YsgIj7HAK31Y)
 * Also, we have made custom CSS for the about page, please use it.
 *     ```
       @media only screen and (min-width: 200px) and (max-width: 480px) {
   
       .appetizer-content .wp-block-media-text{
          grid-template-columns: 65%!important;
       }
   
       }
       ```
   
 * Also, I would suggest to please contact our website for more theme customization.
 * Thanks
    -  This reply was modified 3 years, 6 months ago by [BurgerThemes](https://wordpress.org/support/users/burgersoftware/).
    -  This reply was modified 3 years, 6 months ago by [BurgerThemes](https://wordpress.org/support/users/burgersoftware/).
 *  Thread Starter [adriankabat32](https://wordpress.org/support/users/adriankabat32/)
 * (@adriankabat32)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/page-width-setting/#post-16234060)
 * [@burgersoftware](https://wordpress.org/support/users/burgersoftware/)
 * I added the code, the about us tab is now displayed normally on the PC and on
   the phone, but the menu tab is still displayed as it was displayed without changes,
   I added the code as in the attached screen, how to contact you differently, so
   that there is faster help in theme edit?
 * the devices I use are google chrome browser, mozilla and samsung galaxy A53 with
   google chrome browser.
 * [https://prnt.sc/MCWLQjckGOeK](https://prnt.sc/MCWLQjckGOeK)
    -  This reply was modified 3 years, 6 months ago by [adriankabat32](https://wordpress.org/support/users/adriankabat32/).
 *  Thread Starter [adriankabat32](https://wordpress.org/support/users/adriankabat32/)
 * (@adriankabat32)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/page-width-setting/#post-16238188)
 * [@burgersoftware](https://wordpress.org/support/users/burgersoftware/)
 * Hi !
    I checked the code you gave me on several phones, everything works fine
   for example on samsung or xiaomi, the problem is with the display on Iphones.
 * In addition, when it comes to the code for the about us tab, it’s perfect, everything
   displays perfectly on the phone and on the PC. could you give me just such codes
   for each of the tabs? so that everything is displayed in the same way on the 
   phone and PC as in the about us tab?
 * I would really be very grateful to you for your help.
 *  Theme Author [BurgerThemes](https://wordpress.org/support/users/burgersoftware/)
 * (@burgersoftware)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/page-width-setting/#post-16239293)
 * Hello [@adriankabat32](https://wordpress.org/support/users/adriankabat32/),
 * Please use the below custom CSS code, it will work on all your pages.
 *     ```
       @media only screen and (min-width: 200px) and (max-width: 480px) {
   
       .post-section .post-content {
           width: 70%;
   
       }
       ```
   
 * Thanks
 *  Thread Starter [adriankabat32](https://wordpress.org/support/users/adriankabat32/)
 * (@adriankabat32)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/page-width-setting/#post-16239840)
 * [@burgersoftware](https://wordpress.org/support/users/burgersoftware/)
    Thank
   you very much ! You are great !
 *  Theme Author [BurgerThemes](https://wordpress.org/support/users/burgersoftware/)
 * (@burgersoftware)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/page-width-setting/#post-16243199)
 * Hello [@adriankabat32](https://wordpress.org/support/users/adriankabat32/),
 * Thanks for Appreciating, we are always happy to help you.
 * Please write your few words in Review.
 * Thanks

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

The topic ‘Page width setting’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/appetizer/1.1.26/screenshot.jpg)
 * Appetizer
 * [Support Threads](https://wordpress.org/support/theme/appetizer/)
 * [Active Topics](https://wordpress.org/support/theme/appetizer/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/appetizer/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/appetizer/reviews/)

## Tags

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

 * 13 replies
 * 2 participants
 * Last reply from: [BurgerThemes](https://wordpress.org/support/users/burgersoftware/)
 * Last activity: [3 years, 6 months ago](https://wordpress.org/support/topic/page-width-setting/#post-16243199)
 * Status: resolved