Forum replies created
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.
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.
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.
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!
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!
Glad to be of help Emma. 🙂
Feel free to reach out to us if you need further assistance.
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.
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.
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.
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.