• Resolved Quattrodecim87

    (@quattrodecim87)


    Hello !

    I would like to change the size of the header logo
    to put a bigger banner instead, I cannot find anything ?
    Any ideas ?
    Thank you very much for your help !

Viewing 3 replies - 1 through 3 (of 3 total)
  • /wp-content/themes/profitmag/inc/custom-header.php

    function profitmag_custom_header_setup() {

    add_theme_support( ‘custom-header’, apply_filters( ‘profitmag_custom_header_args’, array(

    ‘default-image’ => ”,

    ‘default-text-color’ => ‘000000’,

    ‘width’ => 400,

    ‘height’ => 80,

    ‘flex-height’ => true,

    ‘wp-head-callback’ => ‘profitmag_header_style’,

    ‘admin-head-callback’ => ‘profitmag_admin_header_style’,

    ‘admin-preview-callback’ => ‘profitmag_admin_header_image’,


    and then you must change style.css

    .site-logo.f-left {
    width: 400px;
    height:80px;

    i can′t, size is equal before and after

    agendapublica.net

    Theme Author Rigorous Themes

    (@wpgaint)

    Hi,
    This should help:

    .site-logo.f-left img {
        height: 80px;
        width: 400px;
    }

    Thanks

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