This topic has 1 reply, 2 voices, and was last updated 10 years by Abe.

  • Author
  • #11005
     laurieheer
    Participant

    I have applied the following to the child them style.css and it (almost) works great to hold the size of the header image when the search form is removed for logged in users. The only problem is that when the user logs out and the register form is placed the header height “bumps” down slightly and then back up. I have tried this at various min-heights and they all have this issue. Originally the code was placed in Quick CSS with the same result.

    .home-page #header {min-height:600px}

    #11095
     Abe
    Keymaster

    Hi, You can set another height when user is logged in. Body tag will have this class when an user is logged in: logged-in
    eq:
    .home-page #header {min-height:400px}
    .logged-in.home-page #header {min-height:600px}

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

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

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?