Title: Content width
Last modified: February 8, 2018

---

# Content width

 *  Resolved [markmck](https://wordpress.org/support/users/markmck/)
 * (@markmck)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/content-width-26/)
 * Hi,
 * Is there a way to increase the width of the content? If you look at [http://cubist.badwolfproductions.co.uk/collection/](http://cubist.badwolfproductions.co.uk/collection/)
   the text on the back side only covers maybe 60% or so of the box.
 * Is there a way to increase this? I don’t want some of my content spilling on 
   to two lines.
 * Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcontent-width-26%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [baljitdhanjal](https://wordpress.org/support/users/baljitdhanjal/)
 * (@baljitdhanjal)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/content-width-26/#post-9955374)
 * Hi [@markmck](https://wordpress.org/support/users/markmck/),
 * First of all thanks for using our plugin.
    There are two ways to increase the
   width of the content, First is select **Number of columns** “Three” in **Flipbox
   Settings** and second way is to decrease padding of the content div.
 *  `.back .text-center{
    padding: 30px!important; }`
 * Feel Free to contact us if you need any further assistance.
 * Thanks
 *  Thread Starter [markmck](https://wordpress.org/support/users/markmck/)
 * (@markmck)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/content-width-26/#post-9957207)
 * Hi,
 * Thanks for your reply.
 * I’d like to keep it at Four columns for now.
 * I tried your CSS code but it has not made a difference. I changed it to 0px as
   a test, and again no difference.
 * Can you confirm if the CSS has worked?
 * Thanks
    Mark
 *  Thread Starter [markmck](https://wordpress.org/support/users/markmck/)
 * (@markmck)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/content-width-26/#post-9957326)
 * Hi,
 * i’ve noticed a secondary issue whereby your plugin is breaking my navigation 
   on that Collections page (disabling it fixes it).
 * It seems when it’s enabled, the navigation bar disappears. Can you assist/
 * Thanks
 *  [baljitdhanjal](https://wordpress.org/support/users/baljitdhanjal/)
 * (@baljitdhanjal)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/content-width-26/#post-9964188)
 * Hi [@markmck](https://wordpress.org/support/users/markmck/),
 * If you would like to keep it at Four columns for now, then you have to change
   the margin in flipboxes.css file to fix the width issue.
 *     ```
       .ifb-flip-box-section-content p {
           padding: 0px;
           margin: 6px!important;
       }
       ```
   
 * Could you please point out the broken navigation so that we can fix that issue?
 * Thanks
    -  This reply was modified 8 years, 3 months ago by [baljitdhanjal](https://wordpress.org/support/users/baljitdhanjal/).
 *  Thread Starter [markmck](https://wordpress.org/support/users/markmck/)
 * (@markmck)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/content-width-26/#post-9966118)
 * Perfect, this worked great, thank you.
 * The broken navigation is on the same page – [http://cubist.badwolfproductions.co.uk/collection/](http://cubist.badwolfproductions.co.uk/collection/)–
   If you look at any other page you will see the nav bar above the logo, but on
   this Collection page it has disappeared.
 * As I mentioned before, disabling your plugin brings the nav bar back, so there
   is definitely a conflict.
 * Thanks
    Mark
 *  [baljitdhanjal](https://wordpress.org/support/users/baljitdhanjal/)
 * (@baljitdhanjal)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/content-width-26/#post-9968130)
 * Hi [@markmck](https://wordpress.org/support/users/markmck/),
 * Add this custom css to fix broken navigation issue.
 *     ```
       .navbar-style-four .dropdown-menu {
           text-align: center;
           float: none;
           display: block!important;
           position: relative!important;
           margin: 0px!important;
           border: 0px!important;
           -webkit-box-shadow: none!important;
           box-shadow: none!important;
       }
       ```
   
 * Thanks

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

The topic ‘Content width’ is closed to new replies.

 * ![](https://ps.w.org/flip-boxes/assets/icon-256x256.png?rev=3277131)
 * [Cool Flipbox - Shortcode & Gutenberg Block](https://wordpress.org/plugins/flip-boxes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/flip-boxes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/flip-boxes/)
 * [Active Topics](https://wordpress.org/support/plugin/flip-boxes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/flip-boxes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/flip-boxes/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [baljitdhanjal](https://wordpress.org/support/users/baljitdhanjal/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/content-width-26/#post-9968130)
 * Status: resolved