Skills bar and Header

Dear support team,

I am using Illdy now for more than a year on two websites and first want to thank you for the wonderful theme! However, there are two issues that I cant solve, hope you can help me:

  1. I have got two skills in my “About” section on the front page. These two are not centered, there is free space on the right: https://www.hochwasserschutz-unterinntal.at/
    Is it possible to move them into the middle via CSS?

  2. On my pages, the title appears in the header and the text-block: Pläne – Hochwasserschutz Unterinntal . I have tried different CSS-codes from this forum:

body.page h1.entry-title {
display: none;
}

.page .entry-title {
display: none;
}

and I think this one

.page .blog-post-title{
display: none;
}

but neither of them work. Is there any other solution?
Thanks for your help in advance and warm regards,

Christina

Hello there,

I hope you are doing well today.

You can use the following CSS code to add padding to the skills by going to Appearance > Customize > Additional CSS and pasting it there.


section#about .row .skill {
    padding-left: 50%;
}

#header .bottom-header h1 {
    display: none;
}

Best Regards,
Support