BuddyDev

Search

BuddyPress Live Notification – Change Position

  • Participant
    Level: Initiated
    Posts: 3
    Ethan on #36991

    Hi There,
    I am using BuddyPress Live Notification and I would like to change where the notification is displayed. Please, how can I do this? I cannot see any plugin settings so am confused.

    Awaiting your response,

    Thanks,

    Stay Safe,

    Ethan

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2935
    Ravi on #37067

    Hello Ethan,

    Sorry for the delayed reply. Do you want to change the position bottom-left to somewhere else. Please do let me know.

    Regards
    Ravi

  • Participant
    Level: Initiated
    Posts: 3
    Ethan on #37082

    Hi,
    Yes that is what I would like to do.

    Thanks

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #37089

    Hi Ethan,
    Thank you for the reply.

    If you are comfortable with CSS, you can use this to inspect
    https://developer.chrome.com/docs/devtools/css/

    and apply the css. Then you can use the same in Dashboard->Appearance->Customize->Additional CSS.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 3
    Ethan on #37191

    Hi There,
    Thanks for your response. I am confused with what you mean. I need to change the position of the notification from left to right.
    Thanks

    Ethan

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #37249

    Hi Ethan,
    Please try adding this to Dashboard->Appearance->Customize->additional CSS

    
    
    #achtung-overlay {
        right: 15px;
        left:auto;
       
    }
    
    

    Does it work for you?

  • Participant
    Level: Initiated
    Posts: 3
    Ethan on #37273

    Hi There,
    This makes the widget disappear all together.

    Thanks

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #37312

    Hi Ethan,
    That code is working fine for me. Please have a look.
    https://i.imgur.com/6zdUrNZ.png

    I will suggest clearing browser cache just to be sure.

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: not resolved