• Resolved mpegjohn

    (@mpegjohn)


    I would like to reduce the height of the header image shown on my website.
    I have had a play with the CSS after looking at several posts, but don’t seem to be able to change the height.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am also looking into this. How does one reduce the height of the menu heading on a site? I’m using Velux theme.

    I used the following css to increase the size of the header as my image was is very large..you should be able to simply use a smaller value to set a smaller size header.

    /* re-size header image area */
    .page-header {
    height: 500px;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘reduce the height of the header image in Velux’ is closed to new replies.