Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
You can change those elements in the theme’s options at WP Admin > Appearance > Customize.
Header image height:
Graphene: General > Header.Widths:
Graphene: Display > Columns WidthAdmin
This looks like a plugin conflict. Can you disable your plugins one by one to see which one is causing it?
Admin
Yes, you should use Featured Image since it gives you exact control over which image to show in the slider. It will also show up as a thumbnail in blog listing and archive pages.
Admin
Try this:
function custom_excerpt_length( $length ) { return 20; } add_filter( 'excerpt_length', 'custom_excerpt_length', 20 );Admin
Do this:

Admin
Try this:
@media (min-width: 992px) { #header-menu { display: flex; float: none; } .navbar-inverse .nav > li { flex-grow: 1; } }Admin
Thanks for the feedback. We’ll add this in the next update.
Admin
Copy and paste this code into Additional CSS:
#header-menu { display: flex; float: none; } .navbar-inverse .nav > li { flex-grow: 1; }Admin
Chris, the slider should be responsive. On which site are you seeing this issue?
Admin
Not at the moment. We’ll see about adding that option in the next theme update.
