Skip to:
Content
Pages
Categories
Search
Top
Bottom

How enlarge my header image!

Viewing 2 replies - 1 through 2 (of 2 total)

  • modemlooper
    Moderator

    @modemlooper

    First: DO NOT POST THE SAME QUESTION MORE THAN ONCE IN A FORUM. If it has been at least 24 hours since you posted the topic and no body answered then reply to the first post so your topic bounces to the top. This is basic forum etiquette.
    **************************************************

    If you want to use the admin upload for the header image then you will need to edit code in functions.php in the theme folder to specify a larger image and then change the CSS.

    Find this: function bp_dtheme_add_custom_header_support()

    And below you can see the heights. Make sure the HEADER_IMAGE_HEIGHT is 25px taller than the CSS height. This is to accommodate padding

    define( ‘HEADER_IMAGE_HEIGHT’, 125 ); <—- this could be 325
    height: 100px; <— and then you'd change this to 300px

    @residentcusano I have closed the other two threads, please take heed of my comments in one of them and also of modemloopers above.

    There is a right way and a wrong way to ask questions on tech forums the RFC on the subject is this link below, it might pay to give it a little glance over.

    http://www.catb.org/~esr/faqs/smart-questions.html

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How enlarge my header image!’ is closed to new replies.
Skip to toolbar