Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #668575

    Hello,

    For a site I’m working on I need to display a different header logo with a different height for the blog part. I have been able to change the logo image from functions.php but I also need the allocated size to change, because the header logo image for the blog is considerably bigger. Any ideas on how to do that?

    Cas

    #668583

    Hey LP-Media,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .page-id-37 #header_main > .container {
        min-height: 70px;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #668597

    Thanks, that works! But how could I use this to increase logo size on all blog pages: single post, archive and so on, basically anything except a few page ids?

    I guess some selector like :not(page-id, page-id, page-id, ..) #header_main > .container { ?

    • This reply was modified 7 years, 10 months ago by LP-Media.
    #668602

    Hey!

    Please use the code as following

    .page-id-37 #header_main > .container,.archive #header_main > .container,.single-post #header_main > .container {
        min-height: 70px;
    }

    Regards,
    Yigit

    #668615

    Thanks, that works now, too!

    Except my newly uploaded header-logo is 316px high, and even though the container is now just as high, the image is shrunk down to around 150px?

    #670001

    Hi,

    Have you figured it out already? Your logo and header looks fine on my end. If you have not figured it out, please post the link to your page where you are seeing the issue.

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.