Hello
I have a display problem with the right bar on the homepage.
https://normandie.zonelivre.fr/
And the separator does not appear.
But when I activate Tagdiv Composer, it’s good but the display of the images is bad
I left a theme demo but the problem is still there.
And other problem of posting in articles :
Exemple
Do you have an idea to help me ?
Thank you
Hi,
We are aware of that issue with the sticky sidebar, when using WPBakery only. The issue is currently investigated and it will be fixed as soon as possible. It will affect pages and also posts if you used WPBakery to build posts and create sticky sidebars.
If the tagDiv composer is also active the sidebars should function correctly. You could activate the tagDiv composer to fix it temporarily if possible. But that may create problems with WPBakery content.
A solution you could try is these codes that will force the sticky sidebars to the proper widths, for all viewports
– https://www.screencast.com/t/4kTKWFnW
You could give them a try and see if they work for you, let me know
Desktop
.td-ss-row .td-pb-span4 .wpb_wrapper {
width: 324px!important;
}
iPad landscape
.td-ss-row .td-pb-span4 .wpb_wrapper {
width: 300px!important;
}
iPad portrait
.td-ss-row .td-pb-span4 .wpb_wrapper {
width: 228px!important;
}
Sorry for the inconvenience.
Thanks
