Add banner to Style stack center header or center menu to sytle Magazine Header


I need the banner of magazine in the style header Stack Center 

Banner Header Magazine (468px x 60px) or Creative (250px x 250px) Banner code

or 

I need center the menu below logo, I use the search field and the flags


Web Page: webcorpouraba.comtic.co

Comments

  • Hi,

    it is not possible to add Banner into Stack: Center but you can center the menu for Magazine header with the following css:
    .header-stack #Top_bar .top_bar_right { display: none !important; }
    #Top_bar .menu_wrapper {
        float: none;
        text-align: center !important;
        width: 100%;
    }
    #Top_bar .menu > li { display: inline-block !important; float: none !important; }
Sign In or Register to comment.