Breakpoint for Action Bar...

Hello then. 

Please could you help? Please take a look at the screenshot attached. This is the portrait view on an ipad currently. Here is the link - http://185.116.215.111/~hotwalls/ . If you shink the screen just a little more the info in the action bar centralises and the problem is fixed. Is there a ay I can adjust the Action Bar breakpoint so it centres and stacks this info a little sooner? Please let me know. Thanks Betheme. 

 image

Comments

  • Hi,

    the only thing you can do to avoid this behave is to remove Slogan sooner then it is currently. And this can be done with the following css:
    @media only screen and (min-width: 767px) and (max-width: 861px) {
        #Action_bar .contact_details li.slogan { display: none !important; }
    }
Sign In or Register to comment.