Solved

Change Logo Size

Deleted User's Avatar
Deleted User · in Support
8 replies 279 views
Best answer · Sir Chivas No, if you want to increase the images height to 150px; use this instead: .page-header__logo { margin-left: auto; margin-right: auto; height: 150px; width: 100%; max-width: 80rem;...
Jump to answer

https://peeweeplayhouse.forumspark.net/

How do I change the logo size? Its too small.

Best answer by Sir Chivas View post

No, if you want to increase the images height to 150px; use this instead:

.page-header__logo {
    margin-left: auto;
    margin-right: auto;
    height: 150px;
    width: 100%;
    max-width: 80rem;
    margin-bottom: 0px;
}
0
Best answer

No, if you want to increase the images height to 150px; use this instead:

.page-header__logo {
    margin-left: auto;
    margin-right: auto;
    height: 150px;
    width: 100%;
    max-width: 80rem;
    margin-bottom: 0px;
}
0

Katrina ran in the same issue where the logo had a lot of dead space. I’m guessing the same applies to you. If that’s not the case, you can make it larger using CSS:

.page-header__logo img {
    height: 100px; 
    width: auto;
}

You'll need to test out the amount of px that is the best for you.

0

If I change the height to 150px it cuts into the navigation menu.

0

Replace your page_header CSS with the following:

.page-header__logo {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 100%;
    max-width: 80rem;
    margin-bottom: 65px;
}
👍 1
0

And did you check if the logo had empty space ? Best practice would be to have z logo that just have the proper dimensions.

0
Sir_Chivas said:

Replace your page_header CSS with the following:

.page-header__logo {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 100%;
    max-width: 80rem;
    margin-bottom: 65px;
}

I'm guessing if I want to increase the logo height I just modify the margin-bottom?

0
Sir_Chivas said:

No, if you want to increase the images height to 150px; use this instead:

.page-header__logo {
    margin-left: auto;
    margin-right: auto;
    height: 150px;
    width: 100%;
    max-width: 80rem;
    margin-bottom: 0px;
}

Thank you

👍 1
0

No problem.

Theme: FS 2.0
Create Your Community with ForumSpark

ForumSpark is a modern community platform built on custom software. It combines the familiar feel of classic forums with a fast, simple experience designed for today’s communities.