Hi,
Did you talk the “centered menu” header? https://seatheme.net/wp/art4/
The portfolio icon cannot be shown on this header layout.
You need to change the template file(/template/global/header.php), line 40:
if($arttheme_header_layout != 'logo-centered' && $arttheme_header_layout != 'olumned-menu-right') {
update as:
if( $arttheme_header_layout != 'olumned-menu-right') {
Please paste the custom CSS(Appearance > Customize: Additional CSS) code to make the portfolio center, maybe you will change the top value base on your logo position:
@media(min-width:768px){
.header-portfolio-icon {position: absolute; line-height: 20px; left: 50%; height: 20px; margin-left: -20px; top: 45px;}
}
Regards!
Bwsm – uiueux.com – Twitter – Facebook