You need to add a ROW and then give MARGIN TOP to that ROW.
Great. I know how to add a row to a table, and add margin.
WHERE do I add that? What page? That password page is auto-generated. ??
Please advise.
You can try adding this custom CSS:
.blog-wrapper{
padding-top: 200px;
}
Hope this helps.
That was the first thing I figured out on my own, and tried. Didn’t work. Other suggestions.
How come the header image isn’t show up? If it did that, with the logo atop the header image and the “content” in this case, the password entry, in the “body content” space, this wouldn’t be a problem. Can we fix that issue, then?
Or, which php page is this password page generate from? Perhaps that is what needs to be edited.
Please help me figure out how to correct this issue with your theme.
Thank you.
Hi @anna1226.,
Try this css
div#business_consultant_navigation {
position: relative !important;
}
If you want further help I’ll be happy to assist.
Thanks.,
Rajan V
Thanks, Rajan, unfortunately, no – did not fix the problem.
Other suggestions?
As I asked previously, why isn’t the header showing up on this page? Is there a way to make that happen?
Or, which php page generates this login? Can I modify the php page directly (I have a child theme.)
??
Sorry, Rajan – div#business_consultant_navigation
DID work to solve the problem, BUT — it “broke” everything else. It creates a huge white space at the top of the page, pushing the header image down, 200px or so, and the navigation, being white text, is invisible.
What other solutions have you got?