• Resolved Anna1226

    (@anna1226)


    The logo sits atop the password entry box. I can’t click within the box, to enter the password – instead, the logo gets clicked and takes me back to the home page! Well, that’s not gonna work.

    Not sure what element in the CSS I need to adjust to what? move the text/box down but keep the logo in place. Please advise.

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Theme Author ElectraThemes

    (@electrathemes)

    You need to add a ROW and then give MARGIN TOP to that ROW.

    Theme Author ElectraThemes

    (@electrathemes)

    Closing…

    Thread Starter Anna1226

    (@anna1226)

    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.

    Theme Author ElectraThemes

    (@electrathemes)

    You can try adding this custom CSS:

    .blog-wrapper{
    padding-top: 200px;
    }

    Hope this helps.

    Thread Starter Anna1226

    (@anna1226)

    That was the first thing I figured out on my own, and tried. Didn’t work. Other suggestions.

    Thread Starter Anna1226

    (@anna1226)

    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

    Thread Starter Anna1226

    (@anna1226)

    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.)

    ??

    Thread Starter Anna1226

    (@anna1226)

    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?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘cannot enter password’ is closed to new replies.