Title: Remove background and padding in single post
Last modified: August 17, 2020

---

# Remove background and padding in single post

 *  Resolved [olkunlex](https://wordpress.org/support/users/olkunlex/)
 * (@olkunlex)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/remove-background-and-padding-in-single-post/)
 * Hi,
    I recently activate the Newsup theme,which looks super great!
 * However, I need assistance in removing the background by the left and right side
   of the single page. (Especially on mobile view)
 * Plus, margin at the right and right side of the page seems too much. I would 
   prefer it can be extremely reduced. Maybe half of each margin will do.
 * I have tried troubleshooting with options offered by others. However, rather 
   than resolve the issue , it’s turning my site into a mess and it gets frustrating
 * I’ll be glad if you can assist me on this.
 * link [https://digitalpud.com/10-digital-skills-you-should-learn-during-this-lockdown-period/](https://digitalpud.com/10-digital-skills-you-should-learn-during-this-lockdown-period/)
 * Thanks,
    Olkunlex
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-background-and-padding-in-single-post%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/remove-background-and-padding-in-single-post/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/remove-background-and-padding-in-single-post/page/2/?output_format=md)

 *  Theme Author [themeansar](https://wordpress.org/support/users/themeansar/)
 * (@themeansar)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/remove-background-and-padding-in-single-post/#post-13268027)
 * Hi,
 * Thanks for contacting us,
 * For remove space left and right, add the below css code in additional css filed**(
   Theme Dashboard >> appearance >> customize)**
 *     ```
       .mg-blog-post-box .mg-header {
           padding: 15px 20px !important;
       }
   
       .mg-blog-post-box .small.single {
           padding: 20px 20px 20px 20px !important;
       }
       ```
   
 * And please also indicate which background remove left and right side on your 
   website
 * Any confusion lets know
 * Thanks
    -  This reply was modified 5 years, 8 months ago by [themeansar](https://wordpress.org/support/users/themeansar/).
 *  Thread Starter [olkunlex](https://wordpress.org/support/users/olkunlex/)
 * (@olkunlex)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/remove-background-and-padding-in-single-post/#post-13268042)
 * Please check the screenshots below
 * [https://photos.app.goo.gl/frfbxk4R1Kq5NpTS6](https://photos.app.goo.gl/frfbxk4R1Kq5NpTS6)
 * [https://photos.app.goo.gl/Fhc4mjfViJmY9kQG6](https://photos.app.goo.gl/Fhc4mjfViJmY9kQG6)
 * [https://photos.app.goo.gl/p1rGkRpfsDBmPk3u9](https://photos.app.goo.gl/p1rGkRpfsDBmPk3u9)
 * I would really appreciate it if you can help solve this ASAP.
 * Thank you.
 *  Theme Author [themeansar](https://wordpress.org/support/users/themeansar/)
 * (@themeansar)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/remove-background-and-padding-in-single-post/#post-13268072)
 * Hi,
 * If you remove background on Desktop using the below css code in additional css
   field
 *     ```
       .mg-blog-post-box {
           box-shadow: none;
           background: none;
       }
       ```
   
 * If you remove background on MObile Device using the below css code in additional
   css field
 *     ```
       @media screen and (min-width: 240px) and (max-width: 767px){
       .mg-blog-post-box {
           box-shadow: none;
           background: none;
       }
       }
       ```
   
 * Thanks
 *  Thread Starter [olkunlex](https://wordpress.org/support/users/olkunlex/)
 * (@olkunlex)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/remove-background-and-padding-in-single-post/#post-13268169)
 * Wow! Thank you for the super fast reply.
 * The CSS code works for some pages and didn’t work for others.
 * For example:this page worked as I want
 * [https://digitalpud.com/10-types-of-freelance-writing-you-should-know-as-a-freelance-writer/](https://digitalpud.com/10-types-of-freelance-writing-you-should-know-as-a-freelance-writer/)
 * While this remain the same without any improvement
 * [https://digitalpud.com/10-digital-skills-you-should-learn-during-this-lockdown-period/](https://digitalpud.com/10-digital-skills-you-should-learn-during-this-lockdown-period/)
 * I guess I’m getting something wrong🤔
 *  Theme Author [themeansar](https://wordpress.org/support/users/themeansar/)
 * (@themeansar)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/remove-background-and-padding-in-single-post/#post-13268203)
 * Hi,
 * For this remove the cache then check your website,
 * Or add the below css code in additional css filed
 *     ```
       .postid-472 .mg-blog-post-box .mg-header {
           padding: 20px 5px !important;
       }
       ```
   
 * Thanks
 *  Theme Author [themeansar](https://wordpress.org/support/users/themeansar/)
 * (@themeansar)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/remove-background-and-padding-in-single-post/#post-13268270)
 * Hi,
 * Did your issue resolved ?
 *  Thread Starter [olkunlex](https://wordpress.org/support/users/olkunlex/)
 * (@olkunlex)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/remove-background-and-padding-in-single-post/#post-13268343)
 * Wow! That does the magic! Thanks a bunch.😎
 * But… Could you please help look at the the about author’s box? The box is divided
   into two…
 * Please the attachment bellow.
 * [https://photos.app.goo.gl/TxRhJY13Hx4zB4r79](https://photos.app.goo.gl/TxRhJY13Hx4zB4r79)
 * Also, is there any way I can stop the home page from moving right and left? The
   look is perfect… Only the ‘dragging’.
 * Thank you!
    -  This reply was modified 5 years, 8 months ago by [olkunlex](https://wordpress.org/support/users/olkunlex/).
 *  Theme Author [themeansar](https://wordpress.org/support/users/themeansar/)
 * (@themeansar)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/remove-background-and-padding-in-single-post/#post-13268557)
 * Hi,
 * For this add the below css code in additional css filed
 *     ```
       .mg-info-author-block
       {
   
       	background: none;
           border-color: aliceblue;
       }
   
       .mg-info-author-block
       {
       	box-shadow: none;
       }
       ```
   
 * Thanks
 *  Thread Starter [olkunlex](https://wordpress.org/support/users/olkunlex/)
 * (@olkunlex)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/remove-background-and-padding-in-single-post/#post-13268591)
 * Okay. That works perfectly.
 * What about the home page? Could you help with that too?
 *  Theme Author [themeansar](https://wordpress.org/support/users/themeansar/)
 * (@themeansar)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/remove-background-and-padding-in-single-post/#post-13268654)
 * Hi,
 * Please indicate screenshot image
 *  Thread Starter [olkunlex](https://wordpress.org/support/users/olkunlex/)
 * (@olkunlex)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/remove-background-and-padding-in-single-post/#post-13268728)
 * Hi,
 * The first is the look of the original look of the website after dragging
 * [https://photos.app.goo.gl/hRomJLUwoSRzsKrA8](https://photos.app.goo.gl/hRomJLUwoSRzsKrA8)
 * And the second is the look of the website without dragging/moving
 * [https://photos.app.goo.gl/xiE967TGNCiL6fQ56](https://photos.app.goo.gl/xiE967TGNCiL6fQ56)
 * Thank you
    -  This reply was modified 5 years, 8 months ago by [olkunlex](https://wordpress.org/support/users/olkunlex/).
 *  Thread Starter [olkunlex](https://wordpress.org/support/users/olkunlex/)
 * (@olkunlex)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/remove-background-and-padding-in-single-post/#post-13268777)
 * Meanwhile, the author’box is not properly arranged.
 * Please check the link here
    [https://digitalpud.com/top-5-online-businesses-you-can-start-little-or-no-capital/](https://digitalpud.com/top-5-online-businesses-you-can-start-little-or-no-capital/)
 * Or see the screenshot
    [https://photos.app.goo.gl/yoqnaa5wxXGUrP6V9](https://photos.app.goo.gl/yoqnaa5wxXGUrP6V9)
 *  Theme Author [themeansar](https://wordpress.org/support/users/themeansar/)
 * (@themeansar)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/remove-background-and-padding-in-single-post/#post-13268852)
 * Hi,
 * Add the css for author
 *     ```
       .mg-info-author-block {
           margin-top: 0px !important;
       }
       ```
   
 * or add the css for frontpage block, please do not delete more space on site, 
   This will not make your site look good
 *     ```
       .mg-posts-sec-post {
           padding: 0px;
       }
       ```
   
 * Thanks
 *  Thread Starter [olkunlex](https://wordpress.org/support/users/olkunlex/)
 * (@olkunlex)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/remove-background-and-padding-in-single-post/#post-13269184)
 * Hi, thank you very much for your time and candid advice. I’ve decided to leave
   the front page like that. It looks perfectly beautiful.
 * However, the author box is still not working as expected.😢
 * I’ve installed a third party author box which looks cool with the theme😎. But
   the original author box keeps appearing.😢
 * Could you please help with the CSS code to hide the original author box?
 * Thank you very much…
 * PS.
    I love the author box at the top of TBD post… I want to remove only the 
   one under
 * Thank you very much.
    -  This reply was modified 5 years, 8 months ago by [olkunlex](https://wordpress.org/support/users/olkunlex/).
 *  Theme Author [themeansar](https://wordpress.org/support/users/themeansar/)
 * (@themeansar)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/remove-background-and-padding-in-single-post/#post-13269278)
 * Hi,
 * For this add the below css code in additional css filed
 *     ```
       .mg-info-author-block
       {
       display:none !important;
       }
       ```
   
 * Glad to know it worked for you.
 * We would really appreciate if you could provide us a review here:
 * [https://wordpress.org/support/theme/newsup/reviews/#new-post](https://wordpress.org/support/theme/newsup/reviews/#new-post)
 * If you have any more questions, feel free to ask again!
 * Thanks

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

1 [2](https://wordpress.org/support/topic/remove-background-and-padding-in-single-post/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/remove-background-and-padding-in-single-post/page/2/?output_format=md)

The topic ‘Remove background and padding in single post’ is closed to new replies.

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

## Tags

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

 * 17 replies
 * 2 participants
 * Last reply from: [themeansar](https://wordpress.org/support/users/themeansar/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/remove-background-and-padding-in-single-post/page/2/#post-13269358)
 * Status: resolved