• Is there any way I can change the header size please? I did <img src=”<?php header_image(); ?>” width=”750″ height=”340″ alt=”<?php bloginfo(‘name’); ?> <?php _e(‘Logo’, kopa_get_domain()); ?>”> and I can see the logo big but if I take off the element in the sidebar1 the logo go down wy please?

    I’d like it to take up most of the header section.

Viewing 1 replies (of 1 total)
  • Hey there aaletta,

    Hope you’re well today!

    You can increase the height of the header with some custom CSS. Since the theme has it’s own custom CSS tab which is located in Appearance >> Theme Options >> Custom CSS you can try adding the following CSS code there:

    div#header-bottom {
    height: 250px;
    }

    This should increase the header height to 250px, feel free to change the numeric value to what ever suits you the most. If this doesn’t work could you please post link to your site so I can take a look?

    Hope this helps ??

    Best regards,
    Bojan

Viewing 1 replies (of 1 total)
  • The topic ‘Resize and locked for the content for logo’ is closed to new replies.