Forum replies created
Hi,
Use the following in your Theme Options -> Custom CSS
.footer-widgets ul li a:hover {
padding: 0 !important;
}
.footer-widgets a:hover {
padding: 0 !important;
}
Thank you
Hi,
Go to add page.
In your content editor, find the number 4 button.
Click on it will popup the shortcode creator.

Thank you
You are welcome !
Hi,
Regarding first issue.
Go to Theme Options -> Header -> Header Widgets -> Number of widget cols in header
Select the first option. Save your changes.
Regarding second issue.
No matter where you move, it’s going to cover your picture.
I suggest removing the caption, leaving only the button.
You can add captions into your image, using an imaging tool.
Use the following to hide your captions.
.carousel-caption h2, .carousel-caption p {
display: none !important;
}
Regarding third request.
Sorry, it will require modification to theme code, Please hire a developer to assist in this customization. We can only provide modification that can be done using custom css.
Thank you.
Hi,
Please install as a Theme not Plugin.
Thank you
You are welcome!
Hi,
Regarding the following
As I said topics evolve + has not update so that we have the following warning.
Please wait for theme update, I have already reported this issue to my employer.
Regarding your mobile.
Sorry, I do not have a Samsung android phone.
We provide mobile css based on iPad and iPhone.
Your website looks proper in my iPhone.

Sorry, you will need to hire a developer to work with you to troubleshoot this issue.
Thank you.
Hi,
Please use the following in Theme Options -> Custom CSS
#nav {
float: right !important;
}
.sticky-header #sticky-logo {
float: left !important;
}
Regarding question 3,
This requires modification to theme code, you will have to hire a developer from http://jobs.wordpress.net/ to assist in this customization.
Thank you
Hi,
I cannot find your “News” in your menu, there is no English text there.
Use the following in your Theme Options -> Custom CSS
It will remove backgound css due to css conflict with your site origin page builder plugin.
.entry-content .widget::after {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
Thank you
Hi,
Use the following in Theme Options -> Custom CSS
.dd-selected-text {
float: left !important;
}
@media screen and (max-width:768px){
.searchform {
display: none !important;
}
}
Thank you