Home Forums Basel support forum Custom CSS causes mobile fonts to crash

Custom CSS causes mobile fonts to crash

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #269939

    oleg_dmitriev
    Participant

    Hi Artem,

    you gave me a good advice (post #269134), and I followed it – but unfortunately this causes the theme to lose correct fonts on Mobile – and I guess there may be other CSS issues hidden somewhere. Can you please check how I can implement this CSS but not crash the theme?

    I kept the conclicting CSS on the test site – detais in private

    – – – CSS implemented which causes conflict – – –

    @media
    only screen and (min-width: 768px) {
    .iw-alignleft {
    float: left;
    margin-top: 3px;
    margin-bottom: 20px;
    margin-right: 25px;
    }
    – – – cut – – –

    #269998

    Artem Temos
    Keymaster

    Hello,

    It looks like your code lacks one closing bracket } at the end. Check the screenshot https://prnt.sc/10a1g26

    Kind Regards

    #270046

    oleg_dmitriev
    Participant

    Artem, thanks!
    of course, you’re right :))) – fixed and all works fine now!
    Oleg

    #270047

    Artem Temos
    Keymaster

    We are glad to help you!

    Kind Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Custom CSS causes mobile fonts to crash’ is closed to new replies.