- This topic has 82 replies, 5 voices, and was last updated 4 years, 6 months ago by
David.
-
AuthorPosts
-
September 29, 2021 at 7:32 pm #1947615
Tom
Lead DeveloperLead DeveloperGlad you were able to get something working.
I just double-checked and unfortunately it’s not possible to move the sidebar above the content in the HTML – my mistake!
One reason I can think of re the content being long is that the content is taking so long to load and therefore making it even longer until the sidebar can render.
September 29, 2021 at 9:51 pm #1947680Onur
Thank you so much, Tom. I will use the settings which I mentioned in my previous mail. In this way, equal sidebar widths setting is a kind of mandatory for my case. I am also contacting WP Rocket’s support and if I will get any feedback about Optimize CSS Delivery option and its complications, I will update this thread.
October 5, 2021 at 8:04 am #1953557Onur
Hi Team,
Most pages in my blog have zero CLS but today when I was doing the test I found the page below has a problem.
Effected Page: https://www.swtestacademy.com/polymorphism-in-java-with-examples/
I think it started to have CLS after comments. Would you please help me for this problem?
– I made the sidebars’ widths equal.
– I added the below CSS.
.both-sidebars .site-content {
justify-content: center;
}– Disabled Optimize CSS Delivery on WP Rocket.
The CLS problems are listed below.
Polymorphism in Java with Examples October 3, 2021 by Onur Baskirt In this art…
0.053Categories Agile Tutorials Allure Report Api Testing Appium Tutorials Cucumber …
0.023Kind Regards,
OnurOctober 5, 2021 at 8:47 am #1953620Deepak
Hello Team,
How can I unsubscribe from this thread?
As I was the thread starter but now I feel I am getting mail notifications which are not related to my issue.
PS: I have unchecked the “Notify” option so hopefully this should work? But is there any other way to unsubscribe?
October 5, 2021 at 9:09 am #1953644Onur
I think the issue is solved as below trick.
I added !important at the end of the CSS and I moved it to the top of the Additional CSS.
.both-sidebars .site-content {
justify-content: center !important;
}Question: Is this precedence important in Additional CSS additions?
P.S. Hey Deepak, sorry for disturbing you but the problem is related to this thread that’s why I continue to post here. I think unchecking the “Notify me of follow-up replies via email” option will work.
October 5, 2021 at 9:59 am #1953701David
StaffCustomer SupportHi Onur,
can i suggest you raise a new topic and we can carry on from there. This will leave Deepak in peace.
October 5, 2021 at 9:35 pm #1954165Onur
Sure David, this is the last post for this thread.
October 6, 2021 at 2:50 am #1954375David
StaffCustomer SupportThank you!
-
AuthorPosts
- You must be logged in to reply to this topic.