Hello, find in wp-content/themes/sweetdate/members/single/member-header.php copy it and paste it it inside of wp-content/themes/sweetdate-child/members/single
Then edit the file in your child theme and add the following
COPY CODE
<div class="fronth">
<?php do_action( 'bp_before_directory_members_page', 'kleo_members_filter'); ?>
</div>
Just after the first ?>
Then add this css to your quick css or style.css in child theme:
COPY CODE
#search-bar {
padding-top: 20px;
background: rgba(255,255,255,0.1);
padding-left: 100px;
padding-right: 100px;
padding-bottom: 20px;
}
.fronth {
width: 132%;
margin-left: -16%;
margin-top: -2.5%;
padding-bottom: 10px;
}
Hope it helps 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution