Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1214471

    Hi
    I can’t edit the header to get part of the logo out.
    is it possible to do such a thing?
    (see image)

    https://ibb.co/8N7NKmS

    Thanks
    Carlo.

    #1214472

    Hey Carlo,

    Add this to quick css:

    .logo {
      position: absolute!important;
      top: 70px!important;
    }

    Best regards,
    Jordan Shannon

    #1214735

    thanks
    can I increase the size of the logo?

    https://ibb.co/k9JgSc9

    thanks
    Carlo.

    #1214752

    Hi,

    Try the following in quick css:

    .container.av-logo-container{
    height:180px!important;
    }
    
    .logo a{
    max-height:180px!important;
    }
    
    .logo a img{
    max-height:180px!important;
    }

    Best regards,
    Jordan Shannon

    #1214997

    now the size is the right one but the logo is cut

    https://ibb.co/mGMJLgh

    #1215095

    Hi I entered this code to use it for devices,

    @media all and (min-width: 768px){.logo {
    position: absolute!important;
    top: 10px!important;
    }
    }
    @media all and (min-width: 768px){.container.av-logo-container{
    height:180px!important;
    }
    }
    @media all and (min-width: 768px){.logo a{
    max-height:255px!important;
    }

    @media all and (min-width: 768px){.logo a img{
    max-height:280px!important;
    }
    }

    but I can’t see the whole logo.
    can you help me?
    thanks
    Charles.

    #1215237
    This reply has been marked as private.
    #1215886

    ok. I solved it by inserting this css and it seems to work

    @media all and (min-width: 768px){.inner-container {
    position: relative;
    height: 280px;
    }
    }

    thanks
    Carlo.

    #1215918

    Hi,

    I’m glad you found a solution. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘padding header’ is closed to new replies.