• Resolved laralorvan

    (@laralorvan)


    Is it possible to move the default theme down/insert a placer block so that the top of the page isn’t hidden behind my header?

    Thanks in advance for any help.

    Regards,

    Lar

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author BasePress

    (@codesavory)

    Most likely, this is happening via your main WordPress theme because BasePress is just a plugin, inserts block inside the page.

    What you are asking for could be addressed by CSS though, leaving top margin as needed.

    Thread Starter laralorvan

    (@laralorvan)

    BasePress,

    Thank you very much for the quick reply.

    I tried adding the following CSS to fix the issue:

    /* Page Top Spacing */ #site-content { padding-top: 193px; }

    But it didn’t do the job.

    Do you happen to know what I am doing wrong?

    Thanks in advance for any advice.

    Regards,

    Lar

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Default Theme Top of Page Hidden Behind Header’ is closed to new replies.