Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • wildow Friend
    #200141

    Good day,

    I have got a problem with the responsive layout for the ipad small, my logo is not on the same line as my menu.

    See screenshot

    The function small logo does not work.

    Do you have a solution?

    I have tried everything

    Wildo


    1. sample
    Adam M Moderator
    #544111

    Hi Wildo,

    Please provide your site url with temporary back-end account via private reply so I can have a look at the problem for you.

    wildow Friend
    #545206

    See your inbox Adam….thanks for your help.

    Adam M Moderator
    #545375

    Hi,

    Please open root_folder/templates/purity_iii/css/custom.css and add this code :

    .logo {
    position: absolute;
    }
    .logo img {
    height: 55px;
    }
    @media screen and (min-width: 991px) {
    .logo {
    position: static;
    }
    .logo img {
    height: auto;
    }
    }

    Save your file and recheck.

    wildow Friend
    #545456

    Works Great!

    Thanks!

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

This topic contains 5 replies, has 2 voices, and was last updated by  wildow 9 years, 9 months ago.

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