Activello

first of all really beautiful theme congratulations
i have one question
the right side image of the two column post list on the front page is a bit shorter than the left one can you help me to fix that
thank you in advance
best regards

Hi @mina,

I hope you are well today and thanks for posting here.

I could confirm the issue on my test site using latest version of Activello theme therefore i have notified the theme developer about this issue so that it can be fixed.

In the meanwhile to fix the issue could you please try adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

@media (min-width: 768px) {
.blog.home article.post:nth-child(even) {
    padding-right: 0;
}
}

Best Regards,
Movin

thank you for the fast answer worked perfectlly
for now i’ve seen few more details:
search box in IE is cutting words and
text in the slider in IE is not centered
best regards!

Hi @mina,

You are most welcome here :slight_smile:

Could you please tell me which version of IE browser are you using and please also share the screenshots of the issues so that i can troubleshoot it?

Kind Regards,
Movin