Two menu issues

Hi There 

1) I would like to hide the top bar details on mobile view in the nav header

2) On portrait tablet view I want to be able to make the sliders to not overlap - I am not sure what to do about this as I have a tablet portrait view set up in slider revolution but this does not appear to be picking it up when I view on my iPad pro or run through Browser stack - I am wondering if it is something I have set up in theme options - here is the view

Comments

  • Hello,
    1) This CSS code will surely help you with this one
    @media (max-width:768px){
    #Action_bar{display:none !important;}
    }

    2) I'm afraid I cannot help you with it, because it would require to change the whole html and js code to achieve that.
    What I can suggest, is to change style to other, maybe one of them will be better for you:

    Thanks
Sign In or Register to comment.