You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Elemntor Pro, you can specify a breakpoint width that affects the .elementor-container.
Right now, the Hello theme has breakpoints that are hardcoded into the style. If you change the breakpoints in Elementor Pro, it will have no effect on the theme.
In Elemntor Pro, you can specify a breakpoint width that affects the .elementor-container.
Right now, the Hello theme has breakpoints that are hardcoded into the style. If you change the breakpoints in Elementor Pro, it will have no effect on the theme.
Here's what those theme CSS lines look like:
Since the Hello theme is designed to work in conjunction with Elementor, I propose to add passing breakpoints using variables.
For example, replace (CSS simplified, for clarity)
to
Make the appropriate variables in Elementor. If they are defined, the theme will adjust to these settings. If not, there will be a fallback.
The text was updated successfully, but these errors were encountered: