Hahaha glad to be of help, you are welcome!
Nice idea 🙂
There is some CSS code that hides menu in tablet mode. Anyway, great to know that worked! You’re welcome 🙂
Hi @jeremyodm
I suppose that it should have something to do with Elementor responsive settings, you could try to check.
Anyway, if you add this CSS code in the Customizer, it should work fine:
@media (min-width: 768px) and (max-width: 1024px) {
.gs-template-header .elementor-section-wrap {
position:relative;
}
.elementor .elementor-element-9161def {
display: block !important;
position: absolute;
top: 40%;
right: 0;
}
}
Alberto
Hi @spade ,
you can always add this simple CSS snippet in Appearance > Customise > Custom CSS:
form.search-form label {
display: none !important;
}