in practice I have to reduce the spaces between h1 and menu
can you help me please?
Hey Lex2014,
Please provide a link to the site/page in question so we can look into this further.
Best regards,
Jordan Shannon
In the same page I want to reduce the distance between the breadcrumbs and the H1 of the page.
This one its a category page https://www.jolienight.it/ricette/
In the other pages i want reduce the distance between the photo and the breadcrumbs
thanks for your help
Hi,
Add this to quick css:
.content, .sidebar{
padding-top:0px!important;
}
this should bring the title closer to bread crumbs.
Best regards,
Jordan Shannon
Thank you very much Jordan ^_^
thats work