Sidebar not aligned with articles

Hello,

I have a problem with my sidebar, it is not aligned with the titles of my articles (same on the front page).

Do you have any idea on how I can fixe this ?

I have a picture to illustrate there :

Thanks !

Hey :slight_smile:

Apparently I can’t answer ur question. But I got the same problem, cause i removed the Category Title.
So I’m hopefully looking forward to a solution aswell.
Thanks!

Can somebody help us please…?

Hi @roxanne,

I hope you are well today and thank you for your question.

Could you please share me the page URL from your site where it is not displaying aligned so that i can help you to align it?

Kind Regrads,
Movin

Hi :slight_smile:

I am well thank you, I hope you are too.

Well it pretty much is everywhere : on the home page as well as on the category pages…here are two examples :

http://lapetiteperruche.com.ma.fr/

http://lapetiteperruche.com.ma.fr/cassis-et-ses-calanques-paradisiaques/

Thanks !

You can try aligning them by 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


header.entry-header.page-header {
    margin-top: 0;
}

It’s perfectly working on the article pages (thank you !) but it still isn’t working on the home page…

Hey Movin,

thanks for your answer! I have pretty much the same problem like roxanne. On my category pages the sidebar is still not aligned with the “category title” of my articles.

Here is my page: http://www.honeybehappy.de/category/gluecksrezepte/

Hope you understand, what i mean! Looking forward for your help.

Thank you a lot for your support here!

@roxanne

It’s perfectly working on the article pages (thank you !) but it still isn’t working on the home page…

I visited your shared site and saw it is also working on your home page as shown in the attached screenshot.

Please advise.

@honeybe

On my category pages the sidebar is still not aligned with the “category title” of my articles.

To align it on category page please also use the below CSS code.



.archive .post-inner-content {
    padding-top: 0;
}

Thank you so much! This solved the problem and worked well! :slight_smile:

You are most welcome here :slight_smile: