Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #954524

    Hi, how can I make the login widget to be Right Aligned?

    Thanks.

    #954634

    Hey DROR,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .bbp-login-form .bbp-username, 
    .bbp-login-form .bbp-email, 
    .bbp-login-form .bbp-password, 
    .bbp-login-form .bbp-remember-me, 
    .bbp-login-form .bbp-submit-wrapper {
        text-align: right;
    }
    
    #top .bbp_widget_login .bbp-submit-wrapper {
        float: right !important;
        margin-right: 0 !important;
    }

    Hope it helps :)

    Best regards,
    Nikko

    #955750

    Thanks Nikko. When I added it to the bottom of my Custom CSS it didn’t work but when I added it to the top it did work.

    Do I have an error in my Custom CSS?

    #956901

    Hi,

    I can’t find any errors with the your css modifications so I’m not sure why the latest one won’t work when added at the bottom. Please leave it on the top temporarily. You may want to compress or combine the css media queries with the same view port target and place them at the bottom.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.