• Hello,

    I have two issues with the Alizee theme but will post separately…

    The first is the toggable sidebar on the blog page… it is not working properly on my site. When you hit the cross on the RHS it bizarrely moves my posts left when hiding the sidebar! Is it possible to remove the toggle/cross as an option or disable it so that the sidebar is static like on the category pages?

    Thanks,

    Esther

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello Esther,

    Try to use the following CSS code to hide the sidebar toggle.

    You can add CSS code in Customize → Additional CSS section.

    .sidebar-toggle {
        display: none;
    }

    Kind Regards, Roman.

Viewing 1 replies (of 1 total)
  • The topic ‘Issue with toggable side menu – is it possible to make static?’ is closed to new replies.