Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    01.04.2016 at 02:09 #26156

    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

    Denzel Chia
    Moderator
    Posts: 2656
    01.04.2016 at 02:06 #26152

    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

    Denzel Chia
    Moderator
    Posts: 2656
    01.04.2016 at 02:00 #26151

    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.

    Denzel Chia
    Moderator
    Posts: 2656
    01.04.2016 at 01:56 #26149

    Hi,

    I cannot replicate your issue on my test site.
    Please post your website URL.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    01.04.2016 at 01:55 #26146

    You are welcome!

    Denzel Chia
    Moderator
    Posts: 2656
    01.04.2016 at 01:53 #26145

    Hi,

    You may want to hire a developer from http://jobs.wordpress.net/ to assist in your customization.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    31.03.2016 at 10:43 #26108

    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

    Denzel Chia
    Moderator
    Posts: 2656
    31.03.2016 at 10:29 #26107

    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.

    Denzel Chia
    Moderator
    Posts: 2656
    31.03.2016 at 10:22 #26106

    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

    Denzel Chia
    Moderator
    Posts: 2656
    31.03.2016 at 10:17 #26104

    Hi,

    Please use the following in Theme Options -> Custom CSS

    @media screen and (max-width:768px){
    #main {
    padding: 20px 10px !important;
    }
    }

    Thank you