Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26846

    Here is my testing site: http://bluemontinluray.com/

    I want to be able to use this logo at full size 300 px wide 200 px high

    What custom css do I need to use?

    Thank you.

    #131841

    Hey!

    Insert following code into the quick css field

    .logo img {
    height: auto;
    width: 300px;
    }

    If this doesn’t work try:

    .logo img {
    height: 200px;
    width: 300px;
    }

    Regards,

    Peter

    #131842

    This Code does not work for me. I want the same thing.

    Used this Code mentioned here:

    https://kriesi.at/support/topic/logo-size-enfoldtheme

    Works for the logo but now the whole header area reaches into the slider. How can i fix that?

    #131843

    Hi!

    You probably need to increase the padding-top value of the main content area. Insert the code into the quick css field and adjust the value

    .fixed_header #main {
    padding-top: 88px;
    }

    Regards,

    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change logo size and space available for it.’ is closed to new replies.