Forum replies created

    Daniel Jones
    Spectator
    Posts: 148
    August 31, 2016 at 3:58 pm #30121

    Hi Govert,

    Thank you for reach out to us.

    Hmm, I see the issue. Kindly add the CSS code below on your Theme Options> Custom CSS. Please let me know if this helps or I take a deeper look at this.

    div.hungryfeed_items {
    margin-bottom: 0px;
    min-height: 200px !important;
    }

    Let me know if that helps.

    Daniel Jones
    Spectator
    Posts: 148
    August 31, 2016 at 12:43 pm #30117

    Hi Donna,

    Thank you for reaching out to us.

    I am not sure this is clear to me. I have gone ahead and tested this and your store seems responsive on my end. Could you kindly share a screenshot from your end so I can take a closer look? Also, in regards on how to center your store, were you able to resolve this? Please let me know so I can be of more help.

    Thanks.

    Daniel Jones
    Spectator
    Posts: 148
    August 29, 2016 at 5:17 am #30072

    Hi Harald,

    Thanks for reaching out to us!

    Unfortunately, that is a default behavior, you can test is under our live demo site http://demo.theme4press.com/evolve/. Under 992px wide viewport, the main menu will have multiple lines if needed, then it will be changed into a hamburger menu icon under 768px wide viewport.

    There is no built-in setting to change that, you might want to customize the theme instead. You can put a custom request here; https://theme4press.com/theme-customization-service/.

    Thanks for your patience and understanding.

    Daniel Jones
    Spectator
    Posts: 148
    August 26, 2016 at 8:34 am #30029

    Hi again,

    Daniel here, happy to help!

    Please try adding this custom CSS into the same block setting as earlier:

    
    

    div#da-slider {
    top: 0px;
    }

    Hope this helps!

    Daniel Jones
    Spectator
    Posts: 148
    August 26, 2016 at 8:25 am #30028

    Hi again Robert,

    Thanks for confirming, Daniel here.

    Please try this custom CSS codes instead:

    
    

    .t4p-content-boxes .heading .heading-link:hover .content-box-heading {
    color: #625784 !important;
    }
    .t4p-content-boxes .heading .heading-link:hover .fontawesome-icon {
    border-color: #625784;
    background-color: #625784;
    }

    Hope this helps!

    Daniel Jones
    Spectator
    Posts: 148
    August 25, 2016 at 2:58 pm #30000

    Glad to be of help Emma. 🙂

    Feel free to reach out to us if you need further assistance.

    Daniel Jones
    Spectator
    Posts: 148
    August 25, 2016 at 1:54 pm #29998

    Hello Emma,

    Thank you for reaching out to us.

    We can add simple custom CSS to have the header image displayed correctly. Kindly paste the CSS code below on your Theme Options> Custom CSS

    .custom-header {
    min-height: 150px !important;
    }

    Let me know if this helps.

    Daniel Jones
    Spectator
    Posts: 148
    August 25, 2016 at 1:42 pm #29997

    Hi Patrick,

    Yes, I see the issue after visiting your site (http://g1e1.ddns.net/) on IE. We can try and implement the following CSS code to resolve this (kindly paste the CSS code on your Theme Options> Custom CSS).

    /*resolve search issue on IE*/
    #search-text-top:focus {
    position: relative !important;
    right: 0px !important;
    }

    Let me know if this helps.

    Daniel Jones
    Spectator
    Posts: 148
    August 24, 2016 at 2:27 pm #29970

    Hi Harald,

    Thank you for reaching out.

    Hmm, I see the issue. Could mind sharing the login details to your site’s backend so I can take a closer at what could be causing this?

    Let me know.

    Daniel Jones
    Spectator
    Posts: 148
    August 24, 2016 at 12:48 pm #29967

    Hi Pako,

    The CSS code should if you replace .home (page id) with the search result and category page id. For example, for the search result, the page id is .search-result. Kindly share the link to the category page so I can provide you with the correct page id and appropriate CSS code.

    Let me know.