• Resolved webtexweb

    (@webtexweb)


    Hi

    Been trying to change the logo size so it is not ridiculously tiny but it’s not happening:

    https://happywifelaundromat.com

    I have had no problem doing this on any other theme and when I use inspector it enlarges it fine using:

    .logo {
    height: 200px; (!important – used in stylesheet but obviously can’t in inspector)
    }

    Please help before I’m forced to change theme.

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • hai…
    try this one on your css..

    .logo img {
    max-width: 50%;
    width: 100%;
    }

    Hey there,

    Please add below CSS to your theme in your child theme’s stylesheet or using a plugin like Advanced CSS Editor:

    .logo{
    height: 150px;
    }

    Adjust the height as per your needs.

    Note:- It is not recommended to modify theme’s main files directly as the modifications will be lost when the theme is updated. You can set up a child theme instead, in order to avoid that. Here’s a great guide:- https://codex.www.ads-software.com/Child_Themes

    Hope it helps.

    Thread Starter webtexweb

    (@webtexweb)

    Tried both of these previously but neither work. The theme seems to be overriding it somewhere. If I use inspector (F12) and make the adjustment there it works, so I don’t know where it’s preventing it from changing.

    I really don’t want to have to change theme as I don’t think there is another one that is as good as Quest for this design.

    Thread Starter webtexweb

    (@webtexweb)

    OK, worked it out. There was a custom css box in the customize option.

    Thanks guys

    Theme Author pacethemes

    (@pacethemes)

    Hello,

    Sorry about the delayed response

    You can change the Header (Logo and Menu) height from Appearance > Customize > Layout > Header

    Hi! I have been trying to follow this forum to change my logo size for https://modconsultants.com

    I am using custom css within the wordpress template. What do I do?

    Martin

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change Logo Size’ is closed to new replies.