Forum replies created
Hi,
It’s difficult to make shadow work properly in all browsers.
You can use this tool http://www.cssmatic.com/box-shadow to generate the css code and put them within above mentioned css code.
Thank you
Hi,
This requires modifications to the theme code.
We do not provide assistance in modifying theme codes.
We can only provide customization that can be done using custom css.
You may want to hire a developer from http://jobs.wordpress.net/ to assist in your customization.
Thank you
Hi,
Fixing HTML validation https://validator.w3.org/ requires editing to various locations in the Theme.
I will inform my employer to get his developer to look into this issue.
Please wait for fixes in next theme update.
Thank you.
Hi,
I cannot replicate your issue on my test site.
Please post your website URL.
Thank you
You are welcome!
Hi,
You may want to hire a developer from http://jobs.wordpress.net/ to assist in your customization.
Thank you
Hi,
Is this your website?
http://donix.uk/afj/
Use the following in Theme Options -> Custom CSS
.content-box-column {
width: 24.12% !important;
}
Thank you
Hi,
Sorry, that’s not possible for a “hover over to drop” menu.
It’s only possible for a “click to drop” menu.
Evolve plus’s menu is “hover over to drop” menu, which is entirely different in script structure.
Thank you.
Hi,
I thought you understand programming because you posted some codes.
I need to be able to see your website in order to assist in providing custom css.
If not, all I can do is to make a guess.
Please get back to me after you put your website online.
Thank you
Hi,
Please use the following in Theme Options -> Custom CSS
@media screen and (max-width:768px){
#main {
padding: 20px 10px !important;
}
}
Thank you