Logo is not showing in header

Hi,
Recently i have updated WordPress AP menu plugin and had done some changes in navigation menu bar which comes in to header part but after doing all the work suddenly my logo has gone. Even after uploading logo many times but it’s not showing. I have also some correction in additional css.
Please help me.

No one can advise you without a link to your site or your posting your code.

3 Likes

I am using this code in additional css;

.navbar-header {
	       float:right;	
	padding: 18px 0 0 0;
	padding-right: 20px;
     }
#header header .menu-bar {
    padding: 0px 0 0 0;
	   margin-bottom: -27px;
	    padding-right: 2px;
    padding-left: 19px;
    margin-right: 30px;
    margin-left: 30px;
	    }
.wp-megamenu-main-wrapper .wpmm-mega-menu-icon {
    font-size: 15px;
	  }
    .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a {
			font-size: 14px;
			}
.wp-megamenu-main-wrapper.wpmega-maroon-reddish-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
width: 0px;
}
.row {
    margin-right: -13px;
    margin-left: -15px;
}

The code you’ve posted doesn’t include the code for your logo.

We need to see both the HTML and the CSS for the relevant section of the site.

3 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.