Title: OnePage Express Theme Bug
Last modified: March 28, 2019

---

# OnePage Express Theme Bug

 *  Resolved [macgab](https://wordpress.org/support/users/macgab/)
 * (@macgab)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/onepage-express-theme-bug/)
 * When using Image Box, images doesn’t appear on the same line. Imagine you choose
   4 columns, it shows 3 images in one line and the last image on the line below.
 * Thanks
    -  This topic was modified 7 years, 1 month ago by [macgab](https://wordpress.org/support/users/macgab/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fonepage-express-theme-bug%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [macgab](https://wordpress.org/support/users/macgab/)
 * (@macgab)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/onepage-express-theme-bug/#post-11370773)
 * [Correct link of the page I need help.](http://www.dev.isasensing.com/teste/)
 *  Plugin Contributor [gambitph](https://wordpress.org/support/users/gambitph/)
 * (@gambitph)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/onepage-express-theme-bug/#post-11391098)
 * Hi [@macgab](https://wordpress.org/support/users/macgab/),
 * Thanks for showing us your site! 😊 Looks like your current theme is adding a`
   display: table;` on the image block. Anyway, we’ll provide you a Custom CSS to
   reverse this exclusively for Stackable blocks.
 * You can add this in your Theme Customizer’s Additional CSS:
 *     ```
       [class*="wp-block-"]:before {
           display: none;
       }
       ```
   

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

The topic ‘OnePage Express Theme Bug’ is closed to new replies.

 * ![](https://ps.w.org/stackable-ultimate-gutenberg-blocks/assets/icon-256x256.
   png?rev=2749547)
 * [Stackable - Page Builder Gutenberg Blocks](https://wordpress.org/plugins/stackable-ultimate-gutenberg-blocks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/stackable-ultimate-gutenberg-blocks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/stackable-ultimate-gutenberg-blocks/)
 * [Active Topics](https://wordpress.org/support/plugin/stackable-ultimate-gutenberg-blocks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/stackable-ultimate-gutenberg-blocks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/stackable-ultimate-gutenberg-blocks/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [gambitph](https://wordpress.org/support/users/gambitph/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/onepage-express-theme-bug/#post-11391098)
 * Status: resolved