Fixing Responsiveness of Button in right wrap

Hi there,

we shortened the height of the menu with following css:
#Top_bar .top_bar_right { height: 60px !important; }
#Top_bar .menu > li > a { padding: 0 !important; }
#Top_bar #logo { padding: 0 !important; }
#Top_bar a#search_button { top: 20px !important; }
#Top_bar .top_bar_right_wrapper { top: 12px !important;}

We checked the mobile version of the page. The Buttons position is not right and shows up straight over the slider.
Is it possible to center it between the logo and slider in the mobile version?

Thanks in advance.


Comments

Sign In or Register to comment.