• Resolved superunknown90

    (@superunknown90)


    Hi I’m using the Heista theme but it has a set logo size and there’s no option to change it.

    I’m trying to change the size of the logo in the top left using css and make it bigger.

    However I don’t know the correct css selector/class. I’ve used inspect element to try to find out what class defines the logo size. Tried .logo etc and it makes no change to the size of the logo.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello you are probably looking for this that defines the height of the image used in the logo area you can change that to 150px for example to make it bigger but be careful as it might break your menu position as well there are more things to consider than simply changing the size.

    .navbar .navbar-brand img {
        max-height: 50px;
    }
    Thread Starter superunknown90

    (@superunknown90)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change size of logo but don’t know the css selector.’ is closed to new replies.