ivanfonin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Eisai] Please how do I make the hamburger menu biggerHi, @okaka!
You can easily do this with a custom CSS code. To do this go to the dashboard of your website. In the dashboard select Appearance – Customize and in the Customizer go to the Additional CSS tab. And place that code there:
#primary-navigation-toggle svg { width: 32px; }And of course instead of 32 you can place any number you want.
Sorry for the late response, I didn’t get notification that there is a new question here.
Forum: Themes and Templates
In reply to: [Eisai] Stick footer (flex content)Resolved.
Forum: Themes and Templates
In reply to: [Eisai] Stick footer (flex content)Hi, @rafaeltsantes!
I have a hack that will help you achieve exactly what you want. First of all I encourage you to use child theme (https://github.com/ivanfonin/eno-child/). When you have child theme installed, then copy from the main theme directory file singular.php to you child theme directory and open to modify it.
All you need to do is just replace this line:
<main id="site-content" role="main">with this one:
<main id="site-content" role="main" data-uk-height-viewport="expand: 1">Sorry for late response, somehow website didn’t notified me, that there is a new question here.