The Sidebar appear to overfloat.Width is not calculated correctly.
-
Hello,
I have a problem with the site’s sidebar and I try to find why this happens.
Here is a link with the problem
You can check this URL and see that the bar on the left with the tour appears out of the screen and an overflow bar appears.
I am also using WPfastest cache, but no JS/CSS minification/optimization from this plugin.
Also, I am excluding these CSS files
wp-content/cache, wp-content/uploads, wp-content/uploads/physcode/physcode_travelwp.css
, but still the problem occurs.The one thing that I noticed is that if you search in the dev console for this class
.affix-sidebar
with the idsticky-sidebar
you will see that there is an inline CSS style that adds a specific width and top. So my best guess is that a JS is responsible for width calculation or I miss something.Also on the second load of the page, the width seems to be calculated correctly. On top of that, the sidebar becomes sticky when the user scrolls, but neither of the above happens.
Can you provide me any guidelines on where to look or what else to exclude?
Best Regards
- The topic ‘The Sidebar appear to overfloat.Width is not calculated correctly.’ is closed to new replies.