This topic has 11 replies, 2 voices, and was last updated 6 years by tmh23.

  • Author
  • #170665
     tmh23
    Participant

    Wondering if you might have the answer on how to move the post update button on the activity stream.  I have BP Activity Plus plugin and it adds a great feature however the toolbar for it is moving the post update button down and on mobile it gets covered up when the keyboard is activated.  It would be also be nice to have it a little bigger for mobile devices.  I have attached a screenshot.

    Thank you in advance for any help you may have for this… I can’t figure it out for the life of me!!

     

    Attachments:
    You must be logged in to view attached files.
    #170747
     Laura
    Moderator

    Hello, i see it like this ( attached ) Do you still want to change it?

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    Attachments:
    You must be logged in to view attached files.
    #170750
     tmh23
    Participant

    I was trying to move it again last night with no luck. Yes, I would like to move it over to the left and up in line with the other activity plus plugin buttons.

    #170762
     tmh23
    Participant

    Any luck with finding a way to move it?

    #170806
     Laura
    Moderator

    Hello 🙂
    Try by adding this to style.css of child theme

    COPY CODE
    
    div#whats-new-submit {
        float: left !important;
        margin-top: -5.5% !important;
        position: absolute;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #170808
     tmh23
    Participant

    Hi Laura,

    This works great for desktop browsers!! It is still not even with the other buttons on mobile. Is there a tweak to fix that?

    #170809
     tmh23
    Participant

    Attached a screen shot to show you…

    Attachments:
    You must be logged in to view attached files.
    #170813
     tmh23
    Participant

    I can change it to -13% and it is perfect on mobile but what do I use so that it is for small screens only?

    Troy

    #170850
     Laura
    Moderator

    Hello, this should do it

    COPY CODE
    
    
    @media (max-width: 991px) {
    
    div#whats-new-submit {
        float: left !important;
        margin-top: -5.5% !important;
        position: absolute;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #170853
     tmh23
    Participant

    Perfect! Thank you!!

    #170918
     Laura
    Moderator

    Glad to help 🙂 If you can rate us 5 stars at themeforest that would help a lot 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #170919
     tmh23
    Participant

    Will do.
    I just posted another ticket about getting the logo to be sharper on mobile devices. Hope you can help with that too.

    Thanks!

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

The forum ‘Plugins questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?