Action_bar size

Hi,

How to reduce the size of the Action-bar when the header is transparent?


Comments

  • Hi,
    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
  • Hi,

    This is how the Action_bar is shown when the header is transparent
    Img 1: image

    And that´s how I want it to be
    Img 2: image

    I should mention that the header of the second Img is fixed.

    This is my web: AhoraWeb
    Greetings from Chile.


  • You can try this css
    #Action_bar .contact_details li {
    padding: 10px 0 !important;
    }
    thanks
  • Thanks, the code helped me.
Sign In or Register to comment.