Viewing 3 replies - 1 through 3 (of 3 total)
  • The code that is controling the size of the image is

    .header-wrapper {
    display: block;
    float: left;
    width: 45%;
    }

    Notice the 45% – you need to amend that

    eg

    .header-wrapper {
    width: 75%;
    }

    . If you don’t already have a child theme or a custom.css you should install a plugin like custom CSS plugin then add the code to the custom css area.

    Thread Starter Gabri99

    (@gabri99)

    Perfect great! I used 100% It worked perfectly. Thanks.

    you’re welcome

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Enlarge header’ is closed to new replies.