Please provide an option to hide the side panel. See attached screenshot. Maybe, there is already an option but I cannot find it. Biblia.com is indispensable to Chromebook users. Thanks.
This should work for Chrome and Firefox.
1) Press Ctrl/Cmd+Shift+i to bring up the web developer console, or right click the page and choose 'Inspect' (Chrome) or 'Inspect Element' (Firefox)
2) From the top bar choose 'Console'
3) Next to the '>>' at the bottom of the console page enter the following then hit enter.
javascript:document.getElementById("content-container").style.left = "0";
This will work until the page reloads at which point you will have to do it again, however you can at the console just press the up arrow to get the previous command.
Logos on Windows 11 - Faithlife Feedback Boards | Logos 9 Commands | Logging
Thank you, Kevin! I will try this.
Update: Worked beautifully. Thank you so much!