Hello again,
we styled e.g. the widgets in the footer or the arrows between the sections via css.
Everything works fine, except in the mobile version (below 1024 pixel page-width).
We tried something with the class .response but without success. Do you have a hint for us?
Regards
Hey jo_hi!
Please change your code to following one
@media only screen and (min-height: 300px) and (max-width: 1040px) {
.avia_combo_widget, .widget_nav_menu {
border-top: 2px solid rgba(0,0,0,1.0) !important;
padding-top: 24px !important;
}}
Best regards,
Yigit
… i tried it with max-itdt an max-height already, nevertheless with your code above, too. But no …
…maybe javascript adds a class below 1024px,
I tried the css with .responsive and .js_active
but no 😐
… ok, just one missing } in the css,
excuse the trouble !
Regards
Hi,
glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
Andy