Okay
  Public Ticket #3738601
still ‘upgrading to Kalium 4’: Custom CSS is not working.
Closed

Comments

  •  2
    Rahmat started the conversation

    Hi!

    I added a lot of CSS in Sustom CSS on Kalium3. And it seems that it doesn't work much in Kalium4. For example in the menu section, the css ‘Display: table;’ doesn't work as it did in Kalium3. e.g. Books and Bookmap menu; it should:

    Books
    Curated ↵

    and:

    Bookmap
    Recommended ↵

    Not appearing one line: BooksCurated ↵ and BookmapRecommended ↵

    Is it possible to make the Custom CSS that I added a lot in Kalium3 work properly in Kalium4?

    Thanks

    Attached files:  Screenshot_2024-10-05_20-08-49.png

  •  1,559
    Laborator replied

    Hi there,

    Most of the custom CSS you've added should work fine, but on some cases where we have changed the structure such as the menu it may not work. 

    To fix the menu CSS you've added you can use this CSS:

    .recom,
    .cur {
    flex-direction: column !important;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group