This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Rows

Open 27 replies pluginplugin-page-builder
10 years ago · Last reply by Andrew Misplon 10 years ago

Hi

I can’t get the rows to sit without the text content all overlapping….I’ve looked at every video/doc, but there is no tutorial for this.

Tried setting the padding etc.

I am using Modern Themes BLDR Pro with it.

URL: http://www.wedfoto.uk/?preview=true&preview_id=2511&preview_nonce=5234f9b5ff

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

27
  1. Andrew Misplon Staff 10 years, 8 months ago

    Hi Richard

    Hopefully you’ve made progress on this. If not, please, send a set of temporary login details so we can view the page concerned. I’ll send instructions in this regard now.

    Thanks :)

  2. Richard Chambury Private 10 years, 7 months ago

    This is a private message.

  3. Andrew Misplon Staff 10 years, 7 months ago

    Thanks. Does that URL resolve for you? It doesn’t for me:

    Private Snippet

  4. Richard Chambury Private 10 years, 7 months ago

    This is a private message.

  5. Andrew Misplon Private Staff 10 years, 7 months ago

    This is a private message.

  6. Richard Chambury Private 10 years, 7 months ago

    This is a private message.

  7. Andrew Misplon Staff 10 years, 7 months ago

    Checking something else. Moment…

  8. Andrew Misplon Staff 10 years, 7 months ago

    Thanks. In. Do you have an example page I can look at?

  9. Richard Chambury 10 years, 7 months ago

    I am editing page Home v.2

  10. Andrew Misplon Staff 10 years, 7 months ago

    Sweet I’m there: Private Snippet Where are you seeing an overlap? Sorry, I’m not seeing one.

  11. Richard Chambury 10 years, 7 months ago
  12. Richard Chambury Private 10 years, 7 months ago

    This is a private message.

  13. Andrew Misplon Staff 10 years, 7 months ago

    Phew, ok, we’re there. Sorry it took so long to provide this feedback. Builder Pro has a section of CSS for Page Builder, this is one of the rules:

    .so-panel { 
    	padding: 40px 0; 
    	text-align: center;
    	width: 100%;
    	max-width: 1240px;
    	min-width: 855px;
    	margin: 0 auto;
    	overflow: hidden;  
    }

    You can see that there is a min-width lists. If I strip out that rule the issue resolves.

    Being that this is a premium theme and the issue is arising from the theme’s built in Page Builder CSS it would be awesome if you could now bounce this thread over to the developer’s support team. They’ll have a better idea why that rule is there and the best way to customise around it.

  14. Andrew Misplon Staff 10 years, 7 months ago

    Let me try clear that up a little.

    Builder Pro is adding a series of CSS rules focussing on Page Builder. They must have a use case in mind for those rules. I haven’t made any changes to resolve because I don’t know what else it would change. Builder Pro is a premium theme, Page Builder is a free plugin. The styles in question are coming from Builder Pro. Now that we have the source of the problem isolated it would be best to chat to Builder Pro support about why the CSS rule I sent is there to begin with and how best to proceed.

    Hope that makes more sense :)

  15. Andrew Misplon Staff 10 years, 7 months ago

    Our message order is a bit wild. Hope it all makes sense.

  16. Richard Chambury Private 10 years, 7 months ago

    This is a private message.

  17. Andrew Misplon Staff 10 years, 7 months ago

    It would be sad to abandon Page Builder over this issue. I think you’d enjoy working with the plugin. We’ve also developed a Widgets Bundle that has loads to offer:

    http://wordpress.org/plugins/so-widgets-bundle/

    Do you run into a problem when contacting theme support or are you short on time?

  18. Richard Chambury Private 10 years, 7 months ago

    This is a private message.

  19. Andrew Misplon Private Staff 10 years, 7 months ago

    This is a private message.

  20. Andrew Misplon Staff 10 years, 7 months ago

    For anyone else reading I’m correcting a cell width issue in the theme Builder Pro with the following:

    /* Page Builder */
    .panel-grid-cell .so-panel {
    	text-align: initial;
    	width: initial;
    	max-width: initial;
    	min-width: initial;
    	margin: initial;
    	overflow: initial;
    }

    In this case the CSS was placed at Appearance > Edit CSS as the site is making use of Jetpack > Custom CSS. Any Custom CSS or child solution is 100% just remember not to edit the theme via Appearance > Editor.

    I’m not sure if this will negatively impact the layout of other pages in this theme so just hit me up with problems as they arise.

  21. Richard Chambury Private 10 years, 7 months ago

    This is a private message.

  22. Andrew Misplon Staff 10 years, 7 months ago

    No, just the one I could access. Go to Appearance > Edit CSS to see my fix.

    Appearance > Edit CSS is a Jetpack module. It’s a safe, update place to store little snippets of CSS. No further work is required there.

  23. Andrew Misplon Staff 10 years, 7 months ago

    One moment, just confirming.

  24. Andrew Misplon Staff 10 years, 7 months ago

    Cool here we go: Private Snippet. I had to go clear WP Super Cache.

  25. Richard Chambury Private 10 years, 7 months ago

    This is a private message.

  26. Andrew Misplon Private Staff 10 years, 7 months ago

    This is a private message.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread