• Resolved angeloff88

    (@angeloff88)


    Hello,

    When I updated my website with plugin version 1.7 the sidebar was force moved to the bottom of the page. When I downgraded to 1.6 it was fixed. I am currently using the theme Franz Josef (if this is of any help) and I have custom CSS in my child theme style.css.

    I hope that there will be a fix for the future versions. For now I will stick with version 1.6 unless you advice me of a suitable solution.

    I wish you all happy new year!

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author livemesh

    (@livemesh)

    Can you pls check if the following custom CSS in plugin options makes any difference –

    .lsow-container, .lsow-grid-container {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .lsow-container *, .lsow-container *::after, .lsow-container *::before, .lsow-grid-container *, .lsow-grid-container *::after, .lsow-grid-container *::before {
        -webkit-box-sizing: inherit;
                box-sizing: inherit; }
    Plugin Author livemesh

    (@livemesh)

    If the above does not work, you can try this although I would prefer your theme to include the below change than our plugin –

    html {
      box-sizing: border-box; }
    
    *, *::after, *::before {
      box-sizing: inherit; }
    Thread Starter angeloff88

    (@angeloff88)

    Hello again,

    The last piece of code did the job. The sidebar is restored on a backup version of my website, running locally with plugin version 1.7. However I did also add the first piece of code as well.

    Thank you!

    Thread Starter angeloff88

    (@angeloff88)

    And now also fixed on the production version of the website with only the last CSS code. Should I keep this custom CSS for future plugin updates?

    Thread Starter angeloff88

    (@angeloff88)

    Oh, and another thing – on version 1.7 the menu bar of my theme is wider than the viewport of my mobile phone (before it used to be fully responsive). While on some pages where I have a plugin for highlighting a code and it breaks the viewport width for the menu, on the rest of the pages it should be fully responsive and be as wide as the viewport of the mobile device.

    Can you have a look and provide a suitable solution?

    Thank you in advance!

    Thread Starter angeloff88

    (@angeloff88)

    Nevermind – had to clear browser cache on my mobile phone. Everything works as intended.

    Thank you!

    Plugin Author livemesh

    (@livemesh)

    We don’t plan on adding back the custom CSS –

    html {
      box-sizing: border-box; }
    
    *, *::after, *::before {
      box-sizing: inherit; }

    since it is domain of the theme you are using. The earlier version of the the plugin had this code included but that was not ideal and hence we removed the same. You can request the developer of the theme you are using to add the above custom CSS and they should oblige specially if the sidebar is moving to the bottom of the window.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Sidebar moved to the bottom of the page with version 1.7’ is closed to new replies.