• Hello i have gap to fill, because i have my post secured by password. But the gap to tap the password to read that post, is very high. it covers my menu and look ugly . how can i put this communicate with gap on the middle of page ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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?

    Thread Starter pollydee

    (@pollydee)

    b-n.pl
    Well id blike the communicate in page ”Bron” have in the middle page not on menu

    Thread Starter pollydee

    (@pollydee)

    its Astra and gutenberg

    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;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘change position of gap’ is closed to new replies.