• Hello, I would like to change height of the header image on mobile, any CSS code for that?

    cheers

    mrblues

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,
    Can you please add the site URL here?

    Thanks.

    Thread Starter mrblues

    (@mrblues-1)

    Hi,
    It seems you’re using a plugin for header image and it is generating a different markup for which it hard to provide you a CSS code to fix the issue. So, either you can ask the plugin’s author for the same or let us know by deactivating the plugin.

    Cheers!

    Thread Starter mrblues

    (@mrblues-1)

    hello again, can you just give me the information which part on the original code is the one which I should change to make header height as I want? after that I can choose what to do with it as that plugin is something what I would like to use.

    cheers

    mrblues

    You need to select the header image with CSS code and apply height property which is currently not convenient with the current HTML structure. Still, you can add the following CSS to change the height of the header image:

    .tg-site > .site-header + img {
        height: 900px;
    }
    

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘header image height on mobile version’ is closed to new replies.