• Please could you let me know what the header size should be as I have a designer who needs to know for our design?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author TT Themes

    (@tomastoman)

    Hi,

    in the Boxed layout, the recommended width of the header image is 1170 px. In the Wide layout, the recommended width is 2000 px. The dimensions of a header logo (which you can set in “Theme Options > Header”) can be arbitrary.

    Best regards,
    Tomas Toman

    Hi,

    Can you tell me what is the maximum hight for the header? And how can I add a widget over the navigation menu buttons? I saw a few sites that had adsense there… Thank you!

    this is my site: How to get stronger erection

    Theme Author TT Themes

    (@tomastoman)

    Hi @mikebaldon,

    the height of a header image can be arbitrary. There is no limitation for it.
    If you would like to add an AdSense banner above the main menu panel, please insert its code just under the following element in “header.php”:

    <?php if ( $happenstance_options_db['happenstance_display_search_form'] != 'Hide' && !is_page_template('template-landing-page.php') ) { ?>
    <?php get_search_form(); ?>
    <?php } ?>

    But it probably would be better to place the AdSense banner over the whole page container. To do it, please place your banner code under this element in “header.php”:

    <div id="container">

    Best regards,
    Tomas Toman

    thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Header size’ is closed to new replies.