-
AuthorPosts
-
July 3, 2019 at 3:05 pm #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
- This topic was modified 5 years, 4 months ago by Acwerbeagentur.
July 4, 2019 at 7:58 am #1115649Hey Adem,
Thanks for the screenshot, could you post a link to where we can see the actual elements as well please?
Best regards,
RikardJuly 4, 2019 at 8:32 am #1115663This reply has been marked as private.July 4, 2019 at 9:11 am #1115674Hello Rikard,
thank you for your answer. I will send you the link and the data in the private content.
Best regards
AdemJuly 6, 2019 at 11:59 am #1116239Hi Acwerbeagentur,
Could you please clear the cache, check again and get back to us.
Best regards,
VictoriaJuly 12, 2019 at 6:23 pm #1118148Hello, 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
July 12, 2019 at 9:18 pm #1118200Hi Acwerbeagentur,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.