mamounrajab
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Enlighter - Customizable Syntax Highlighter] Vertical ScrollForum: Plugins
In reply to: [Enlighter - Customizable Syntax Highlighter] Vertical ScrollNEVE THEME WEBSITE LINK:
https://themeisle.com/themes/neve/
LINK TO DOWNLOAD NEVE THEME
https://www.ads-software.com/themes/neve/
—————————————–
Remark: about the second code: The code works but without a Vertical Scroll.
And there is another person encountered the same problem on another theme.Forum: Plugins
In reply to: [Enlighter - Customizable Syntax Highlighter] Vertical Scrollunfortunately, no one works -my theme is neve-
/* Enlighter collapse ----------------------------------------------------------------------------------- */ .enlighter-collapse{ // default layout - single codeblock &.@{VIEW_STANDARD}{ // scrollbar on y axis overflow-y: auto; max-height: 500px; } // tabbed layout - use inner container a scroll wrapper! &.@{VIEW_CODEGROUP}{ // scroll wrap .enlighter-codegroup-wrapper{ // scrollbar on y axis overflow-y: auto; max-height: 500px; } } // override in case the full sourcecode should be displayed &.enlighter-collapse-full.@{VIEW_STANDARD}{ max-height: none; } &.enlighter-collapse-full.@{VIEW_CODEGROUP} .enlighter-codegroup-wrapper{ max-height: none; } }
.enlighter-default{ overflow-y: scroll; max-height: 100px; }
- This reply was modified 3 years, 7 months ago by mamounrajab.
- This reply was modified 3 years, 7 months ago by mamounrajab.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Code starting with a slash
Viewing 4 replies - 1 through 4 (of 4 total)