Hi @pollydee!
It should be possible to adjust the height of that input box using a little CSS code but the specific code might vary depending on the theme you are using.
Could you share a link to the website where you would like to adjust this height?
b-n.pl
Well id blike the communicate in page ”Bron” have in the middle page not on menu
Hi @pollydee
Thank you for providing more information, it looks like the theme you are using isn’t adding enough space on top of the entry content on that page which is why the menu and the content enter password to view content form are squished together.
I would suggest reaching out to the Astra theme developers so that they can advise how best you can resolve the space issue on that page. In the meantime, you can use the CSS code below to add padding on top of the enter password to view content form
.post-password-form {
padding-top: 250px;
}