Page 1 of 1

Themeable Menu Inline CSS detected when Type is Bootstrap

Posted: Wed Apr 06, 2022 6:21 pm
by wwonderfull
Themeable Menu uses Inline CSS when Type is put to Bootstrap. When using jQuery there is no inline CSS. Any reason ?
ty.

Re: Themeable Menu Inline CSS detected when Type is Bootstrap

Posted: Wed Apr 06, 2022 7:55 pm
by Pablo
When using jQuery, the style is controlled by jQuery UI themes.

Re: Themeable Menu Inline CSS detected when Type is Bootstrap

Posted: Tue Apr 19, 2022 12:05 pm
by wwonderfull
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

Posted: Tue Apr 19, 2022 12:23 pm
by Pablo
Which specific "inline CSS" are you referring to?

Note that you can control the output formatting of the HTML/CSS in Tools -> HTML

Re: Themeable Menu Inline CSS detected when Type is Bootstrap

Posted: Tue Apr 19, 2022 1:28 pm
by wwonderfull
I did everything right in the html page moving the css to the stylesheet but now I can confirm what I meant.

Code: Select all

<div id="ThemeableMenu1" class="ThemeableMenu1" style ="width:100%;height:auto !important;">
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.

Re: Themeable Menu Inline CSS detected when Type is Bootstrap

Posted: Tue Apr 19, 2022 2:35 pm
by Pablo
This code is intentionally inline, to make sure breakpoint data does not override the height/width.