• Hi!
    I’m trying to change the size of my logo on the website, but keeps showing up as the same size, even though I have uploaded different sizes of the same logo. Not sure how to make it bigger…
    It used to work, but it stopped working for some reason. No idea why.
    Thanks!

Viewing 1 replies (of 1 total)
  • Try adding this to your Custom CSS:

    .navbar .brand {
    width: put your width here;
    height: put your height here;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Logo’ is closed to new replies.