Skip to:
Content
Pages
Categories
Search
Top
Bottom

“Keep me logged in” text in side bar widget stacking

  • @danielsgirl

    Participant

    The text formatting in our bbpress sidebar widget is a bit off and stacks the “keep me logged in” widget. Is there a way to force in on one line? Screenshot

Viewing 10 replies - 1 through 10 (of 10 total)
  • @robin-w

    Moderator

    would need a link to a live example on your site please

    @danielsgirl

    Participant

    Here’s a link to staging where we are testing it. https://staging-twinflamesuniverse.kinsta.cloud/forum/

    @robin-w

    Moderator

    add this to the custom css area of your theme

    #sidebar .bbp-login-form label {
    	width: 200px !important ;
    }

    @danielsgirl

    Participant

    Thank you that worked!

    @robin-w

    Moderator

    great – glad you are fixed !

    @danielsgirl

    Participant

    Actually — when I tried this on the live site it didn’t work. Any suggestions: https://twinflamesuniverse.com/forum/

    @danielsgirl

    Participant

    Wasn’t saving properly on the live site at first but got it sorted out. Thanks again!

    @danielsgirl

    Participant

    Sorry, this thing is finicky — now it’s causing the register and lost password to be spaced weird on desktop:

    Forum

    @danielsgirl

    Participant

    Solved this with:

    
    .fusion-content-widget-area .button {
        margin-left: 0px;
    }
    
    body .fusion-content-widget-area .button {
        margin-left: 0px;
    }

    @robin-w

    Moderator

    🙂

Viewing 10 replies - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.
Skip to toolbar