Forum replies created
Hi
Please provide us admin details in private reply, our development team look into this.
Also provide page URL in which you have issue facing.
Thanks
Hi,
We can see that you have added API key. But make sure you have properly generate API key.
Please try again generate API key using this option: http://prnt.sc/dxz50i
If still issue not solve provide us admin details in private reply our development team look into this.
Thank you
Welcome.
Sorry for late update.
Thank you
Hi,
Please look into your site. Our development team active evolve plus 2.7.0 theme.
Site is loading with regular speed now.
If you get any issue still provide us details if possible then page URL of this.
Thank you
Hi,
Please add below css code into custom css for main navigation align center.
ul.nav-menu{
text-align: center;
}
ul.nav-menu li {
display: inline-block;
float: none;
}
.sub-menu li {
text-align: left !important;
}
Thank you
Hi,
Our development team working in your site. Developer upload latest evolve plus 2.7.0 theme in your site and active it.
After all done we inform you.
Thank you
Hi,
Provide your sire URL and admin details in private reply. Our developer look into this.
Thank you
Hi
@Tanya Wise, Please go to theme options and save bootstrap slides again, then check.
Please create your own forum, don’t add your issue in other forum.
Thank you
Hi,
@Jeff Hoffman, check your site again it’s working fine now.
Issue related with theme options then try with Go to Theme options and save it again.
If you get any issue mention here.
Thank you
Hi,
You can reduce spacing between title and content using below css.
Add below css into custom css option: Theme option -> Custom css.
.pageid-1806 .wpb_wrapper .wpb_content_element .wpb_wrapper > br {
display: none;
}
If want to reduce more spacing then use this css. For adjust spacing increase or decrease number in margin-bottom value.
.pageid-1806 .wpb_wrapper .wpb_content_element .wpb_wrapper > .t4p-title{
margin-bottom: 10px;
}
Thank you