Logo sizing

Hi there,

Is there an ideal size for the logo? I've tried uploading different sizes, but it either ends up way too big or it loses clarity.

URL: bba.traviswaite.com 

Comments

  • I had someone help me design a logo and she gave me a helpful guide for website design. I tried inserting a link to a screenshot image but here's the link if it doesn't work https://ibb.co/nsZGSv
  • Thanks, but I was meaning is there an ideal size to use with BeTheme. Often there is a width/height parameter that works best for some themes.
  • Not to worry. I just used css to fix it. For anyone who needs to customise logo sizes, use this:

    .logo-mobile {
    height: 120px;
    width: 150px;
    }
    .logo-main {
    height: 159px;
    width: 200px;
    }
  • @travwaite
    You can always go to theme options>global>logo and set the logo height in the options.


    @omarruvalcaba
    Sorry but we do not help with theme customization or logo design.
Sign In or Register to comment.