Missing css for part of brakpoint range
-
Hi there, thank you for the amazing plugin!
Currently I am using it to build the home page linked in this topic. Right in between the first and second section, I have a white box with orange and green border, that uses negative margin to be positioned in between the sections. The element itself is a
.kt-inside-inner-col
.So to summarize, what I did using the Kioken Column block:
– For the Default Screen Spacing, I setmargin-top
to-300px
;
– For the Large Screen (<= 1200px) Spacing, I am not able to set margins or padding;
– For the Desktop (<= 1024px) Spacing, I setmargin-top
to-25px
;
– For the Tablet (<= 768px) Spacing, I setmargin-top
to-25px
;
– For the Mobile (<= 576px) Spacing, I setmargin-top
to-25px
;That seems fine, but if you take a look in the page, that’s not happening. By inspecting the code, I can see that:
– Default screen values – OK;
– Formin-width: 767px and max-width: 1023px
– OK;
– Formin-width: 568px and max-width: 766px
– NOT OK! Thiscss
seems not be loaded at all, which makes this range fallback to the default value;
– Formax-width: 567px
– OK;I am not sure, why this is happening, but surely breaks responsiveness. Can you guys reproduce this?
Thanks in advance for any help!
The page I need help with: [log in to see the link]
- The topic ‘Missing css for part of brakpoint range’ is closed to new replies.