Title: Full width display with shortcode?
Last modified: June 29, 2022

---

# Full width display with shortcode?

 *  Resolved [dc101](https://wordpress.org/support/users/dc101/)
 * (@dc101)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/full-width-display-with-shortcode/)
 * Hello, my 3-column service box appears squashed in the centre of the page – how
   do I increase margins to make it appear full width on the page? Will I need CSS
   code? Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffull-width-display-with-shortcode%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Praveen](https://wordpress.org/support/users/praveenmalav09/)
 * (@praveenmalav09)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/full-width-display-with-shortcode/#post-15783668)
 * Hi [@dc101](https://wordpress.org/support/users/dc101/),
 * Please put the below CSS code in custom CSS.
 *     ```
       .entry-content>:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
   
           max-width: 100% !important;
           width: 100% !important;
       }
   
       [class*=__inner-container]>:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(h1) {
           max-width: 100% !important;
       }
       ```
   
 * If it works or not please let us know
 * Thanks
 *  Thread Starter [dc101](https://wordpress.org/support/users/dc101/)
 * (@dc101)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/full-width-display-with-shortcode/#post-15787570)
 * Thanks so much Praveen, this worked!
    Greatly appreciate the assistance.
 *  [balram19](https://wordpress.org/support/users/balram19/)
 * (@balram19)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/full-width-display-with-shortcode/#post-15790276)
 * Hi [@dc101](https://wordpress.org/support/users/dc101/),
 * Glad that your issue has been resolved. If you like our please rate us.
 * Thanks

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

The topic ‘Full width display with shortcode?’ is closed to new replies.

 * ![](https://ps.w.org/service-box/assets/icon-256x256.png?rev=1565349)
 * [Service Box - Icon Box Showcase](https://wordpress.org/plugins/service-box/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/service-box/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/service-box/)
 * [Active Topics](https://wordpress.org/support/plugin/service-box/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/service-box/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/service-box/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [balram19](https://wordpress.org/support/users/balram19/)
 * Last activity: [3 years, 11 months ago](https://wordpress.org/support/topic/full-width-display-with-shortcode/#post-15790276)
 * Status: resolved