killq
Forum Replies Created
-
Use some variation of this:
.site-content { padding: 50px; } body:not(.twentyseventeen-front-page) .entry-header { padding-top: 40px; } .page-header { padding-top: 40px; padding-bottom: 2em; }
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
- This reply was modified 7 years, 11 months ago by bdbrown.
Try this for a simple fix…the plugin ‘Advanced Twenty Seventeen’ comes with a built in child theme. All you need to do is install/activate the plugin then go to your theme menu and change your active theme to the child.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] No option to customize columnsAlso, Visual Composer is a usefull plug-in for setting different column layouts on pages. You have to pay for it but I have found it a lot faster than coding columns manually.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] No option to customize columnsDashboard>Appearance>Customize>Theme Options.
FYI…pick up the plug in Advanced Twenty Seventeen…very convenient.Forum: Themes and Templates
In reply to: [Twenty Seventeen] reverse dropdown menu behavior 2017 theme(dont forget the #)
Forum: Themes and Templates
In reply to: [Twenty Seventeen] reverse dropdown menu behavior 2017 themeFigured it out:
site-navigation ul li:hover ul { bottom:100%; top:auto; }
site-navigation ul ul li:hover ul { bottom:0;
}Forum: Plugins
In reply to: MaxButtonsNo better button plugin than this one. Complete control in the free version. If a simple button you can place anywhere is what you are after look no further.
Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Known conflict with iSpirit Theme?Nevermind…theme issue.
Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Known conflict with iSpirit Theme?I failed to point out that the widgets in question are in the page footer.
Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Hyperlink issue with PluginMy thanks sir! You would think an open tag like that would just break the link, not carry it over into another widget. Thanks again for bird dogging that for me.
Chris