This topic has 5 replies, 3 voices, and was last updated 9 years, 7 months ago ago by Robert Hall
Hi,
you guys sorted this out for me about a week ago, I have since updated the plugins which has caused me more trouble than good!
I have a testimonial slider at the bottom of my page which Eva kindly made the gap at the bottom of the page less just above the footer. (must have been approx 20px or so above the footer)
with updating the plugin (all plugins) this has caused this to revert back to having a big gap on the desktop, mobile devices in portrait / landscape mode.
My slider is on the home page at the bottom just above the footer.
See web page link in private content.
Hello
Yes it often happens that update is related to improvements which come together with different css layout. You may decrease footer gap in Visual composer row settings adjusting margin-bottom value to zero. Also you may add following code into the custom.css for custom page:
.page-id-16291 .responsive-sidebar-bottom {margin-bottom:0}
Or for all pages:
.responsive-sidebar-bottom {margin-bottom:0}
With best regards
Brian Johnson
Thanks Brian, I will what you said and get back to confirm all is ok.
just to advise you, you forgot to close the margin-bottom:0 with an ;
topic can be closed as working fine with that code.
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Updating VC plugin caused website to lose settings?’' has been successfully resolved, and the topic is now closed for further responses