-
Author
-
March 4, 2018 at 16:02 #190457emmanuelParticipant
hi could you please help me fix this see the attachment
Attachments:
You must be logged in to view attached files.March 4, 2018 at 16:12 #190462Kieran_SQModeratorHi,
Please try this CSS to raise the z-index and add a small amount of margin to the top.
COPY CODE@media only screen and (max-width: 767px) { .login-buttons ul.no-hover.show-dropdown {z-index: 99999;margin-top: 15px;} }
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
March 4, 2018 at 16:32 #190465emmanuelParticipantok could the menu be fix on the profile page it is blocking the profile name and the matching percentage a little see attachment
Attachments:
You must be logged in to view attached files.March 4, 2018 at 16:40 #190470Kieran_SQModeratorHi,
Please try this CSS which increases the space on a BuddyPress profile
COPY CODE@media only screen and (max-width: 767px) { .bp-user #profile {padding-top: 90px;} }
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
March 4, 2018 at 21:39 #190480emmanuelParticipanthi how to change the size of this see attachment
Attachments:
You must be logged in to view attached files.March 4, 2018 at 21:49 #190483Kieran_SQModeratorHi,
This is a H2 element and can be configured via WP Admin > SweetDate > Styling Options > Scroll to: ‘Heading section’. If you would like to override the font-size CSS for this specific H2 tag you can use the below snippet
.members #buddypress h2 {font-size: 34px;}
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
March 4, 2018 at 22:11 #190485Kieran_SQModeratorAlways happy to help 🙂
Feel free to open a new ticket any time with any other questions and we’ll be happy to assist.
Kind Regards,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
You must be logged in to reply to this topic.