Hi again, I'd like to have the CIAT logo in my Menu Banner (Theme Options > Header & Subheader > Extras) aligned to the bottom of the page; is this achievable? As you can see, at the moment it sits just below the menu. I know that it's possible to align Social menus to the bottom of the page (see
here), but am not sure if this can be done with a banner? Any advice would be much appreciated.
Comments
#Top_bar .banner_wrapper{Please paste it into Custom CSS & JS in Theme Options.position:absolute;
bottom:0 !important;
left:0;
right:0;
}
Thanks.