This will hide the Banner ad in the Left menu. Everything will shift up and appear correct as though the banner ad never existed in this section.
Code:
/* Hide Banner Ad in Left Menu*/
.menu-nav-ad {
display:none;
}
This will hide the Banner ad in the Left menu. Everything will shift up and appear correct as though the banner ad never existed in this section.
Code:
/* Hide Banner Ad in Left Menu*/
.menu-nav-ad {
display:none;
}
Comments
Article is closed for comments.