Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • eastiebrekkie Friend
    #960070

    Hello

    Our logo size is 466px X 87px.

    Uploaded to "Logo Image" under Theme tab. However, the displayed image is smaller 222px X 41px.

    How can the displayed image be bigger?

    Also, have entered the slogan in the template field but not shown anywhere.

    Please advise how to show the slogan.

    Thanks


    1. logo
    Pankaj Sharma Moderator
    #960072

    Hi
    Add below code in /css/custom.css file to change the logo width/height as per needs .

    .logo-image a {
        width: 446px;
        height: 87px; }

    if there is no custom.css file then create it .
    For the slogan do u mean by logo as text ? Since i have see the slogan output on front end .

    eastiebrekkie Friend
    #960074

    Hi Pankaj

    Thanks for the reply.

    The logo is now correctly sized.

    The slogan is text but still cannot see on front.

    Regards


    1. slogan
    Pankaj Sharma Moderator
    #960092
    This reply has been marked as private.
    eastiebrekkie Friend
    #960102
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #960119

    Hi
    i just added the slogan in your template style > http://prntscr.com/c5v9ek
    Add below code in custom.css file to show slogan

    .logo-image small {
        display: block!important;
    }
    
    @media (max-width: 480px) {
    .logo-image a {
        max-width: 120px!important;
    } }

    and the next code is for mobile logo width , increase the width to show a bug logo .

    eastiebrekkie Friend
    #960162

    Hello Pankaj

    I got the logo correctly sized (in Portrait mode) based on the following:
    @media (max-width: 480px) {
    .logo-image a {
    max-width: 180px!important;
    } }

    However, the landscape mode is incorrect – see attached.

    Any further adjustment to code?

    Thanks


    1. Portrait
    2. Landscape
    Pankaj Sharma Moderator
    #960496

    Hi
    in landscape mode, the width is also 468px
    so u can reduce the min-width in the code or reduced the width of 468px to a minimum value to apply this only to normal views .

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

This topic contains 7 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 8 months ago.

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