• Resolved blueskrait

    (@blueskrait)


    Hello! First of all I’d like to say thank you so much for such a pleasant theme!

    I have a question for when my site is viewed on a mobile device it seems the page Title is covering the search field (BuddyPress) mobile view (members/groups)pages. I tried adding a plug in to just do a more advanced search but I figured I’d ask if there was a way to create some space from the title of the page so the site can be more Convenient in a mobile view? Also thank you for the article on destination folders! Awesome stuff

    Thanks

    • This topic was modified 6 years, 8 months ago by blueskrait.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Vinod Dalvi

    (@vinod-dalvi)

    I hope you are well today and thank you for your question.

    You can resolve this by adding the following CSS code in the Custom CSS option of your theme on the below path.

    Admin Area -> Appearance -> Customize -> Additional CSS

    @media only screen and (max-width: 780px){
    #buddypress #members-dir-search {
        margin: 0;
    }
    }

    Best regards,

    Thread Starter blueskrait

    (@blueskrait)

    Thank you so much! Even for your fast responses! Have fun and be well!!

    Theme Author Vinod Dalvi

    (@vinod-dalvi)

    You are most welcome, I’m glad I was able to help you in this matter. There is no obligation but by your kind words I wonder if I could trouble you to leave a review based on this experience here:

    https://www.ads-software.com/support/theme/ruby/reviews/

    I’d really appreciate that. ??

    And if i can be of any further assistance please don’t hesitate to ask.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page title is covering the bp search in mobile view (members/group) page’ is closed to new replies.