Hi,
I updated my theme to the latest version and now I have 2 css bugs that I can’t fix.
Megamenu should be: https://dl.dropboxusercontent.com/u/26399544/menu.png
My megamenu: https://dl.dropboxusercontent.com/u/26399544/menu1.png
Related posts should be: https://dl.dropboxusercontent.com/u/26399544/posts1.png
My related posts: https://dl.dropboxusercontent.com/u/26399544/posts.png
Any idea?
Thanks.
But I don’t really know what it means.
Hi,
Please deactivate all plugins leaving just the Visual Composer plugins active then empty cache and also purge files if you use any CDN host services then check again. I also tested this with the last theme version and found no issues. If you still have that issue please provide your site URL so I can inspect this.
Thanks!
Hi,
I deactivate all plugins, but I still have the problem.
My url: http://www.reconversionprofessionnelle.org
Thanks !
Hi,
My guess is that somehow your update hasn’t been done well or you have made changes/modifications to the theme as the it seems that this css code is missing or it’s not applied: http://screencast.com/t/jPoIT65Hu
Please also test this after disabling the css minifier/html compressor and make sure you empty cache/purge files afterwards then test again without plugins.
Add this css in theme panel > custom css for the mega menu issue:
.td-mega-menu .td_block_mega_menu {
padding-top: 20px;
}
For the “Related posts” issue, after I inspected your site I noticed that the images are loaded at their original sizes which should not happen so I suggest you follow this guide and regenerate thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
After that please make sure you empty cache and/or purge files.
The line height/ font/ size/ family/ weight.. can be changed from theme panel: http://screencast.com/t/DHO5IQnJrLqW
Thanks