Themeable Menu uses Inline CSS when Type is put to Bootstrap. When using jQuery there is no inline CSS. Any reason ?
ty.
Themeable Menu Inline CSS detected when Type is Bootstrap
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
- wwonderfull
-
- Posts: 1603
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: Themeable Menu Inline CSS detected when Type is Bootstrap
When using jQuery, the style is controlled by jQuery UI themes.
- wwonderfull
-
- Posts: 1603
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: Themeable Menu Inline CSS detected when Type is Bootstrap
Is it possible to improve the menu not to have inline css when using bootstrap type?
Re: Themeable Menu Inline CSS detected when Type is Bootstrap
Which specific "inline CSS" are you referring to?
Note that you can control the output formatting of the HTML/CSS in Tools -> HTML
Note that you can control the output formatting of the HTML/CSS in Tools -> HTML
- wwonderfull
-
- Posts: 1603
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: Themeable Menu Inline CSS detected when Type is Bootstrap
I did everything right in the html page moving the css to the stylesheet but now I can confirm what I meant.
Specifically width:100%;height:auto !important; this is what my detector has detected as inline css. Other than that everything has been moved to the single css style sheet.
Code: Select all
<div id="ThemeableMenu1" class="ThemeableMenu1" style ="width:100%;height:auto !important;">
Re: Themeable Menu Inline CSS detected when Type is Bootstrap
This code is intentionally inline, to make sure breakpoint data does not override the height/width.