Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22778
    #117192
    #117193

    Hi

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top .logo img {
    margin-top: 16px;
    }
    @media only screen and (max-width: 989px) and (min-width: 768px){
    #top .logo img {
    width: 80%;
    height: auto;
    margin-top: 19px;
    }
    }

    Regards,

    Devin

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Logo’ is closed to new replies.