This issue happens on outdated versions of StartIt, Grafik, Capri, Stockholm and potentially others and is characterized by the burger icon or last menu item being bumped down to a new line.
When your site is first setup, you may notice your menu toggle icon is dropping below the header line and is not aligned with your logo properly. This is due to an invisible element pushing down the icon.
Update Your Theme
To permanently resolve this issue, your theme needs to be updated.
Workaround
- Go to Select Options in your WordPress admin and choose General
- Scroll down to the Custom Code field and paste the following at the bottom of the Custom CSS field, below any other content:
/*Envato Hosted Grafik vertical alignment fix*/ .qodef-vertical-align-containers .qodef-position-center:before, .qodef-vertical-align-containers .qodef-position-left:before, .qodef-vertical-align-containers .qodef-position-right:before{ display: none; }
Click Save Changes when done
Comments
0 comments
Article is closed for comments.