• I’m using WordPress 5.8 on Windows 10.

    Every time WordPress Updates, the image on the Main Page to my website gets partially obscured by the “Powered By WordPress” words. On all other pages, this info sits neatly at the bottom of the page (so it’s not an annoyance).

    Any tips to fixing this issue would be appreciated. Thank you so much!!!

    My additional CSS area currently contains:

    .page .entry-title { font-size: 4.0rem; }
    .page {
    background-image: none !important;
    }
    .page .entry-header {
    display: none;
    }
    .wp-block-image figcaption {
    text-align: center;

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • I don’t think it fixes your issue but your css is missing a closing }

    .wp-block-image figcaption {
    text-align: center;

    should be

    .wp-block-image figcaption {
    text-align: center;
    }

    I think your issue is the home page has no content – at all – just a background image.

    Try adding some content – even if it is just blank lines.

    Thread Starter behumbleandkind

    (@behumbleandkind)

    Hi Alan,

    Thank you for responding…I truly appreciate it!

    1. I corrected my CSS. You were right, it had no effect.

    2. I must admit, I probably should have taken a WordPress course by now. I previously did everything in HTML. BTW, I’m using the “TwentyTwenty” Theme.

    3. I’m having difficulty trying to “add blank lines” to my Home Page. Unlike the other pages on my site where I can add anything (text, image, etc.) through the Block editor, that function isn’t available on my home page. I tried adding blank lines to the Footer (through the Customize Menu> “Widgets” Sub-Menu), but that did not work.

    4. In the Customize Menu>”Home Page Settings” Sub-Menu, I have a choice between displaying 1) Your latest posts; 2) A static page. I’m currently using Option #1. Would it be better for me to select Option #2 (this requires me to create two additional pages (one for my home page, one for my posts).

    I’m willing to do the work to make this right, versus having it occur every time WordPress updates.

    Thanks again for your help,
    Jamie

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Scrolling “Powered By WordPress” Problem’ is closed to new replies.