Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter fgmtl

    (@fgmtl)

    I could add a question on making the images responsive because I tried two plugins and they don’t seem to work: Adaptive Images for WordPress and RICG Responsive Images (+Regenerate Thumbnails)

    Any ideas or experience?
    Thanks again!

    Theme Author themevision

    (@themevision)

    Hello,@fgmtl!

    Add the CSS code below into: Customizing->Additional CSS

    Code:

    @media screen and (max-width: 850px){
    #masthead .logo {
        max-height: 45px;
    }
    }

    https://prnt.sc/glj88u

    You can change the max-height value per your wish.

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Responsive logo’ is closed to new replies.