January 16, 2019 at 14:21
#216670
Radu
Moderator
Hi,
Make sure to have latest theme update for profile fields issue, also try to switch all things off just to test plugins and child theme and leave only the parent theme activated (latest version) it should works since on my local install and rest of the works. Let me know!
For the centering buttons on mobile use the next css
COPY CODE
@media(max-width:940px) {
.rtl .two.columns.pull-two {
left: 0 !important;
}
.rtl.bp-user div#item-buttons {
float: none;
text-align: -webkit-center;
}
}
Cheers
R
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution