Home Forums Theme support Dreamy Logo Size

Tagged: ,

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

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Hi,

    we’ve set a maximum height of the logo of 90 pixel and a maximum widht of 280px. If you want, you can go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:

    #brand img {
    max-width: none;
    width: auto;
    max-height: none;
    }

    Of course you can set “width” also to “width:300px” or a value of your choice.

    Thank you so much! The little piece of CSS code did the trick!! Love your theme – here is my version of it https://sanpedrohostel.com

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

You must be logged in to reply to this topic.