hi @sumand123 ,
As you can read in the thread before, the trouble seems to appear with lots of astra theme: double header display.
It looks like being introduced since last Astra update. Can we revert to old version or can the team correct this bug?
The double header cause CLS > 0.11 that is inducing penalties by page speed.
regards.
This has already been posted in the forum a few days ago, maybe it can help you:
https://wordpress.org/support/topic/header-loading-issue-on-mobile-view/
Thank you @ms100 , the trick:
@media (max-width: 921px) { #ast-desktop-header { display: none !important; } }
@media (min-width: 922px) { #ast-mobile-header { display: none !important; } }
Looks like working.
-
This reply was modified 2 years, 6 months ago by
incevent72.
JR
(@javirobledo369)
I’ll try either and let you know ¡¡¡ THANKS A LOT
JR
(@javirobledo369)
5 hours and header fine.
it seems that works
Thanks @ms100 and @incevent72
JR
(@javirobledo369)
more than 24 hours.
Several web scans.
all fine , no more doble header afer pasting the Code
thanks
Hi guys,
Good to know the code does the trick. Sorry for the mess. As I mentioned in the thread shared above, we will fix this in the next update.
Thanks for the cooperation.
Kind regards,
Herman 😊