Hi,
after the update to Newsmag 3.0 (http://wp-dev-ntr24-31ba64cdf656650e14f1f97f34ac243d.ntr24.tv/) I’m having some padding issues on my home page. More precisely, I must remove padding highlighted in yellow in my home page (please see http://screencast.com/t/07zrrQDKC46) in order to have the two sections aligned (please see http://screencast.com/t/8naDSi5kg9fj). From Chrome inspector tool I see that it comes from the instruction “padding-top: 35px;” provided by js_composer.min.css. Why I never had this unwanted padding with the theme old version and how can I get to have this padding removed?
Same story for the padding in the sidebar under the post slider where I can’t find a way to reduce the padding highlited in yellow (please see http://screencast.com/t/u8WDzDZifKTa).
Until now, only when needed, I’ve always done modifications to style.css but never modified neither other css files nor visual composer files.
So that how can I do it?
Thanks in advance,
Giuseppe
-
This topic was modified 10 years by
gmaio.
Hi
Make sure you have update the theme according with our documentation, also do a clean update without any changes in theme’s core and in theme child theme then test again.
Let us know if the issue is still there and we will do further investigations on this.
Thanks!
Hi,
as you adviced, I’ve done a clean FTP installation of Newsmag as detailed in your documentation but the bad white padding is still there (http://wp-dev-ntr24-31ba64cdf656650e14f1f97f34ac243d.ntr24.tv/)as you can see from the higligted yellow zones (please see http://screencast.com/t/wAAWNriY).
Could you check please, and tell me how I can remove these unwanted white paddings since they seem not to be in the theme style.css?
Thanks in advance for any appreciated help.
Giuseppe
P.S. If you need the access credentials, I’ve already sent them to you by private message.
Thanks
-
This reply was modified 10 years by
gmaio.
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/pPtUZu6IVGlW
.vc_col-has-fill>.vc_column-inner{
padding-top: 0;
}
.wpb_gallery .flexslider {
margin: 0 0 0;
}
Thanks!