Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1115490

    Hello,

    I would need your help, please. I have already tried everything but unfortunately nothing worked. I want that if I look at the page on an iPad pro the marked place comes among each other. If I look at it in Google Chrome, I can change it here and it comes as I want it. If I add this to style.css in the Child Theme or in Quick CSS nothing happens.

    @media only screen and (max-width: 989px)
    .responsive #top #wrap_all .flex_column.av-break-at-tablet, .responsive #top #wrap_all .av-break-at-tablet .flex_cell {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    display: block;
    }

    That’s the way I want it:

    @media only screen and (max-width: 1025px)
    .responsive #top #wrap_all .flex_column.av-break-at-tablet, .responsive #top #wrap_all .av-break-at-tablet .flex_cell {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    display: block;
    }

    And the navigation I want from 1025px in mobile view. I have also tested this with Google Chrome Examinations and there it worked but when I insert unfortunately not. That it should be but unfortunately does not work

    @media only screen and (max-width: 1025px)
    .responsive #top #wrap_all #header {
    position: relative;
    width: 100%;
    float: none;
    height: auto;
    margin: 0 !important;
    opacity: 1;
    min-height: 0;
    }

    Can you help me, please?

    Thank you to all

    #1115649

    Hey Adem,

    Thanks for the screenshot, could you post a link to where we can see the actual elements as well please?

    Best regards,
    Rikard

    #1115663
    This reply has been marked as private.
    #1115674

    Hello Rikard,

    thank you for your answer. I will send you the link and the data in the private content.

    Best regards
    Adem

    #1116239

    Hi Acwerbeagentur,

    Could you please clear the cache, check again and get back to us.

    Best regards,
    Victoria

    #1118148

    Hello, Victoria,

    Thank you for your message. Sorry for answering so late. I had to enter the CSS code under Customizer, otherwise it didn’t work. Now it works. Perfectly thank you.

    Best regards Adem

    #1118200

    Hi Acwerbeagentur,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.