Change logo/menu style from Creative:Open to Stacked Center

Hi, my site is http://cinthyaproductions.com/ 

I am using Creative: always open style menu right now and I like how the logo looks like that. But when you resize the window and the browser becomes responsive the too small to be visible. Is it possible to make the menu like "Stacked Center" style when in responsive mode?
thanks in advance.

Comments

  • Hi,

    the only thing we can recommend is increase your logo and top bar on mobile devices. And this can be done with below custom css:
    #Header_creative #Top_bar #logo img { max-height: 100px !important; }
    #Header_creative { height: 100px !important; }
    #Header_creative #Top_bar #logo { height: 100px !important; }
    Thanks for understanding!
Sign In or Register to comment.