NooTheme Premium WordPress Theme › Forums › JobMonster › How Can I Center The Dashboard Items?
- This topic has 10 replies, 2 voices, and was last updated 5 years, 2 months ago by 
Jakub100754. 
- 
		AuthorPosts
 - 
		
			
				
5 years, 2 months ago #1206820
Hello,
I would like to center the items on the member dashboard. Currently, they are justified to the left. I have attempted using CSS, but I have not been successful. Is there anyway I can center the dashboard items? I would like the dashboard items to be centered like the content on the pages. I have attached an image for reference of the issue.
Thank you in advance,
Jakub
5 years, 2 months ago #1206888Dear.
To do it, please add custom CSS code on your site.member-heading-nav ul { text-align: center; }Best regards.
5 years, 2 months ago #1206923Unfortunately, this did not work. The dashboard items are still not centered.
5 years, 2 months ago #1206950Dear, please kindly send for me admin account and your site URL via private reply, i will check details to help you.
Best regards.
5 years, 2 months ago #1206972This reply has been marked as private.5 years, 2 months ago #1206988This reply has been marked as private.5 years, 2 months ago #1206989This reply has been marked as private.5 years, 2 months ago #1207007Dear, please change custom CSS code to
.member-heading-nav ul { text-align: center; width: 100%; }Best regards.
5 years, 2 months ago #1207022Thank you very much. This solution worked.
I do have one more question. Is there anyway I would be able to add another button to the member dashboard menu? I would like to add a button that takes users to the areas where they can search for resumes/jobs.
Thank you in advance.
5 years, 2 months ago #1207095Yes, you add add custom menu for member via custom code, please install and switch your site to use Jobmonster Child theme, then add custom code in file functions.php of child them.
Add menu for Employer
add_action('noo-member-employer-heading', function(){ ?> <li> <a href="#"><i class="fas fa-list"></i> New Menu</a> </li> <?php });Add menu for Canidate
add_action('noo-member-candidate-heading', function(){ ?> <li> <a href="#"><i class="fas fa-list"></i> New Menu</a> </li> <?php });5 years, 2 months ago #1207139Thank you very much. This worked!
 - 
		AuthorPosts
 
You must be logged in and have valid license to reply to this topic.
