• 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 set margin-top to -300px;
    – For the Large Screen (<= 1200px) Spacing, I am not able to set margins or padding;
    – For the Desktop (<= 1024px) Spacing, I set margin-top to -25px;
    – For the Tablet (<= 768px) Spacing, I set margin-top to -25px;
    – For the Mobile (<= 576px) Spacing, I set margin-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;
    – For min-width: 767px and max-width: 1023px – OK;
    – For min-width: 568px and max-width: 766px– NOT OK! This css seems not be loaded at all, which makes this range fallback to the default value;
    – For max-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.