Theme Author
Qode
(@qodeinteractive)
Hi there,
Thanks for writing in!
Unfortunately there is no widget area for the mobile version, since the mobile header is visible only on smaller devices. Desktop header widget area is only visible on larger screens. We will for sure pass your suggestion to our team so they can consider adding this option in the future.
Thanks for understanding.
Best,
Qode
Thread Starter
tch3lp
(@tch3lp)
Ok thanks for letting me know. Is there any way I can add it in the Theme?
Theme Author
Qode
(@qodeinteractive)
Hi there,
This will require you to register a new widget area, edit theme files and CSS in order to have the new widget displayed.
Perhaps it would be easier as a workaround to display your button within the Header Top Area, where you can add the button widget in Appearance > Widgets.
And simply add this code to display it on smaller devices:
@media only screen and (max-width: 1024px){
#qodef-top-area {
display: block;
}
}
We hope this helped and as we already mentioned we have passed your suggestion to our team to consider adding a header widget area for mobile.
Thanks for understanding.
Best,
Qode