Resolved

Compatible with Beaver Builder

Ultra Theme started by FANG Jun 21, 2017 6 replies
FANG Jun 21, 2017 · 8:57 pm #7106

Accurate to say, there are always 25px margins, the computer is also seen,Because I used the -25 margins,So the computer can not see,

Andrew Misplon Puro Jun 21, 2017 · 8:59 pm #7107

Thanks for opening. Will resolve ASAP tomorrow morning. Chat further then 🙂

FANG Jun 21, 2017 · 9:02 pm #7108

Can I delete it
(.fl-builder .site-content .container {
max-width: none;
padding: 0;
})
temporarily?

To temporarily look normal.

Andrew Misplon Puro Jun 21, 2017 · 9:08 pm #7109

Definitely. Little CSS customisations like this can be added or removed as you require.

Andrew Misplon Puro Jun 23, 2017 · 6:41 am #7112

Hi. Thanks for the wait.

Let’s try this:

1. Add the following to Additional CSS:

.fl-builder.page-layout-full-width .site-content .container {
	max-width: none;
	padding: 0;
}

2. Go to the page in question and locate the Page Settings meta box in the right column. Set the Page Layout to Full Width.

Basically, we’re using the same CSS rule as before but this time we’re linking it only to the Page Settings > Page Layout > Full Width setting so that it doesn’t impact any other pages.

FANG Jun 23, 2017 · 11:11 am #7113

Perfect!! thanks!!

Andrew Misplon Puro Jun 24, 2017 · 9:48 am #7116

For sure 🙂

7 posts