Action Bar responsive

Good morning the Action Bar does not appear in the responsive (cellular), I put the superior social menu and it does not appear.

Comments

  • wHi,
    Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
    It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co
    thanks
  • https://www.fiverbrasil.com/

    see the action bar at the top (blue), appears on notebooks and desktops, on the cell phone does not appear the top bar with social networks and menu on the right.
    image
  • Please paste that code into the Theme Options > Custom CSS & JS > CSS
    @media (max-width:1240px){
    #Action_bar{
    display:block !important;
    }

    #Action_bar .slogan, #Action_bar{
    display:block !important;
    }
    }
    Thanks
Sign In or Register to comment.