Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Insert the logo into the responsive version

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #207436
    Eva
    Participant

    Hello, i am having troubles to insert the logo of the site, on the responsive version.

    Can anyone,please help me ?

    The site below is the one i am talking about:
    http://qtu.al/

    #207438
    Paulie_D
    Member

    It’s hidden by this media query

    @media (max-width: 1219px)
    img.logoc-qtu {
        display: none;
    }
    

    If you turn that off you can ‘insert it’ or position it however you want.

    #207440
    Eva
    Participant

    Thanks a lot

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.