Fixed Menu - white space top_bar_right

edited December 2015 in Menu / Mega menu
I am using the Fixed menu. 

I started with the Jewleler demo import as the template.
 http://themes.muffingroup.com/be/jeweler/

It is displaying an empty white box when on responsive/mobile. I can't figure out how to not display it, or delete top bar right completely... Thanks!
http://www.creeksideden.com/

http://pasteboard.co/ahaEBCF.jpg

http://pasteboard.co/ah2AjHy.jpg



Comments

  • After a few hours, I figured it out.  Love the theme btw.  :) 

    #Top_bar .top_bar_right { float: none; top: 0; height: 60px; padding: 0 10px; }

    I copied and pasted this into custom css in be theme options. changed the 60 to 0. :)

    /* Header */
    #Top_bar,
    #Action_bar { background: #1e1e1e !important; position: static; }
    #Top_bar .top_bar_left { float: none; width: 100% !important; margin-top:10px; background:none !important;}
    .header-simple #Top_bar .top_bar_left { top:0 !important;}
    #Top_bar .top_bar_right { float: none; top: 0; height: 0px; padding: 0 10px; }
  • edited December 2015
    Great :) We are really happy to see that you sorted it out yourself!
Sign In or Register to comment.