Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • mberwing Friend
    #845881

    I have created custom.css with the size of our logo:

    .logo-image img {
    width: 600px;
    height: 150px
    }

    The width is taken into account but not the height most likely because of the fixed height in the head menu.

    Where can I change this so that the real size of my logo is taken and how can I define the image size for small screens like tablet and mobile ("Small Logo" option) ?


    1. 2016-01-12_1948
    Pankaj Sharma Moderator
    #845919

    Hi
    For the height issue kindly share your site url here so i can check the best possibility for you .
    Regarding changing the logo foe smaller view you can upload small logo from template options . Here is doc that helps u to change logo.

    mberwing Friend
    #845944
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #845957

    Hello Markus I am getting 500 internal server error on your site admin panel
    and this error on front end : http://prntscr.com/9pac75
    please check it .

    mberwing Friend
    #846557
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #846706

    Hi
    Add this code in custom.css to increase logo height

    .logo-image img {
        max-height: 150px;
    }
    @media screen and (min-width: 768px)
    {.logo {
        text-align: left;
        height: 150px!important;
    }}
    
    mberwing Friend
    #846807

    Hi Pankaj,

    perfect….thanks so much.

    This solution worked and issue is solved.

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

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

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