Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #663976

    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

    #663984

    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

    #663994

    … i tried it with max-itdt an max-height already, nevertheless with your code above, too. But no … 

    #664003

    …maybe javascript adds a class below 1024px,
    I tried the css with .responsive and .js_active
    but no 😐

    #664371

    … ok, just one missing } in the css,
    excuse the trouble !
    Regards

    #665242

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Style of some elements doesn't work in mobile version’ is closed to new replies.