• Open
  • Sapere Aude
    Spectator
    February 5, 2020 at 9:10 pm #44558

    Arghh. This is kind of an important option that you all decided to do away with. Any chance you are willing to share some css code for us non-coders? The sidebar (we use only the right sidebar) just looks annoyingly large.

    Yuval
    Spectator
    Posts: 21
    February 6, 2020 at 9:44 am #44561

    The sidebar (we use only the right sidebar) just looks annoyingly large.

    and so is the left sidebar.

    Any chance you are willing to share some css code for us non-coders?

    I’m interested too.

    Evgeny
    Keymaster
    Posts: 988
    February 6, 2020 at 2:14 pm #44562

    Please share the link to your website, we will take a look. You can do it in a private message if you prefer.

    Sapere Aude
    Spectator
    Posts: 75
    February 6, 2020 at 10:16 pm #44565

    Please see the info in topic “Submenus not working” Private Reply

    Thank you!

    Evgeny
    Keymaster
    Posts: 988
    February 7, 2020 at 1:37 pm #44566

    I’ve added the following code, changing the Bootstrap standard size on your website for desktops:
    @media (min-width: 768px) {
    .col-md-8 {
    max-width: 75%;
    }
    .col-md-4 {
    max-width: 25%;
    }
    }
    Let me know if this works for you. As for the submenu – we are working on it.
    Best,
    Evgeny

    Sapere Aude
    Spectator
    Posts: 75
    February 7, 2020 at 8:13 pm #44567

    Yes! That looks much better. Thank you!

    That submenu thing is an odd bird isn’t it?

    Evgeny
    Keymaster
    Posts: 988
    February 10, 2020 at 11:56 am #44571

    Yes, it sure is. We expect it to be solved today.