Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #29611

    Hi, Could you please help. I would like to use a logo in the header that is larger than the current setting.

    Size ideally would be twice as large in depth and length.

    Can I alter the style.css file to achieve this? and will it rescale and be responsive?

    #141109

    Hi,

    Please see this topic https://kriesi.at/support/topic/how-i-make-my-logo-bigger#post-140656

    You just need to adjust

    Regards,

    Yigit

    #141110

    Awesome thank you that works a treat.

    Question: How do I reduce the padding in (mobile view only) in the header?

    Many thanks Vicki

    #141111

    Hi Vicki,

    Do you only want to have a bigger header on bigger screens and not on mobile devices?

    Regards,

    Yigit

    #141112

    Yes that would be perfect :)

    #141113

    Hi,

    Please add following code in front of CSS code you added to make header bigger

    @media only screen and (min-width: 784px) { your header code goes here }

    Example

    @media only screen and (min-width: 784px) { .container { display: none; } }

    Regards,

    Yigit

    #141114

    Thank you another awesome response and fix. You rock :)

    #141115

    Hi,

    You are welcome, glad we could help :) Let us know if you have other questions

    Regards,

    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Larger logo and heder area required’ is closed to new replies.