Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • felix79 Friend
    #887428

    Hi! I would like to have the header smaller for display on smaller devices. (see screenshot) Where can I change this setting?

    Thanks!


    1. header
    pavit Moderator
    #887441

    display on smaller devices. (see screenshot)

    Hi

    There is no screenshot posted,could you update it ?

    felix79 Friend
    #887490

    Sorry!
    ..done!

    pavit Moderator
    #887510

    Hi

    You can try to add this to your custom.css in this folder /templates/uber/css/custom.css
    ( if you do not a file named custom.css you will need to create a new one )

    @media screen and (max-width: 480px) {
        .uber-header.header-4 {
        height:10px!important;
        padding-top:0px!important;
        padding-bottom:0px!important;
    }
    }

    This is for mobile devices ( screen resolution max 480px)

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  pavit 8 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum